#649CA6

Color #649CA6 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #649CA6

Tints of Cadet Blue #649CA6

Color information

#649CA6 (or 0x649CA6) is unknown color: approx Cadet Blue. HEX triplet: 64, 9C and A6. RGB value is (100,156,166). Sum of RGB (Red+Green+Blue) = 100+156+166=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 166 - color contains mainly: blue. Hex color #649CA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649CA6 is #9B6359. Grayscale: #8C8C8C. Windows color (decimal): -10183514 or 10919012. OLE color: 10919012.

HSL color Cylindrical-coordinate representation of color #649CA6: hue angle of 189.09º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #649CA6 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB100156166-
CMYK0.400.0600.35
HSL189.09º27.05%52.16%-
HSV(B)189.09º39.76%65.1%-
XYZ24.0329.2440.45-
YUV140.4142.4599.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.70%
GREEN value IS 156 (61.33% from 255) = 36.97%
BLUE value IS 166 (65.23% from 255) = 39.34%
R=23.70%
G=36.97%
B=39.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1001561660.400.0600.35189.0927.0552.16
Hex649CA6286023bd1b34
Octal1442342465060432753364
Binary1100100100111001010011010100011001000111011110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649CA6; }

 p { color: rgb(100,156,166); }

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

<style>
 a { background-color: #649CA6; }

 a { background-color: rgb(100,156,166); }

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

<style>
 span { border-color: #649CA6; }

 span { border-color: rgb(100,156,166); }

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