#6364BA

Color #6364BA Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #6364BA

Tints of Chetwode Blue #6364BA

Color information

#6364BA (or 0x6364BA) is unknown color: approx Chetwode Blue. HEX triplet: 63, 64 and BA. RGB value is (99,100,186). Sum of RGB (Red+Green+Blue) = 99+100+186=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #6364BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6364BA is #9C9B45. Grayscale: #6D6D6D. Windows color (decimal): -10263366 or 12215395. OLE color: 12215395.

HSL color Cylindrical-coordinate representation of color #6364BA: hue angle of 239.31º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6364BA is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB99100186-
CMYK0.470.4600.27
HSL239.31º38.67%55.88%-
HSV(B)239.31º46.77%72.94%-
XYZ18.5715.3148.43-
YUV109.5171.17120.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 25.71%
GREEN value IS 100 (39.45% from 255) = 25.97%
BLUE value IS 186 (73.05% from 255) = 48.31%
R=25.71%
G=25.97%
B=48.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal991001860.470.4600.27239.3138.6755.88
Hex6364BA2F2E01Bef2738
Octal14314427257560333574770
Binary110001111001001011101010111110111001101111101111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6364BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6364BA; }

 p { color: rgb(99,100,186); }

 H1.HeaderClassName
 {
   color: #6364BA;
 }
 .AnyTagClassName
 {
   color: #6364BA;
 }
</style>
background-color css

<style>
 a { background-color: #6364BA; }

 a { background-color: rgb(99,100,186); }

 div.DivClassName
 {
   background-color: #6364BA;
 }
 .BgClassName
 {
   background-color: #6364BA;
 }
</style>
border-color css

<style>
 span { border-color: #6364BA; }

 span { border-color: rgb(99,100,186); }

 td.TdClassName
 {
   border-color: #6364BA;
 }
 .TagClassName
 {
   border-color: #6364BA;
 }
</style>