#649DA6

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

Shades of Cadet Blue #649DA6

Tints of Cadet Blue #649DA6

Color information

#649DA6 (or 0x649DA6) is unknown color: approx Cadet Blue. HEX triplet: 64, 9D and A6. RGB value is (100,157,166). Sum of RGB (Red+Green+Blue) = 100+157+166=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 166 - color contains mainly: blue. Hex color #649DA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649DA6 is #9B6259. Grayscale: #8C8C8C. Windows color (decimal): -10183258 or 10919268. OLE color: 10919268.

HSL color Cylindrical-coordinate representation of color #649DA6: hue angle of 188.18º 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 #649DA6 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB100157166-
CMYK0.400.0500.35
HSL188.18º27.05%52.16%-
HSV(B)188.18º39.76%65.1%-
XYZ24.229.5840.51-
YUV140.98142.1298.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.64%
GREEN value IS 157 (61.72% from 255) = 37.12%
BLUE value IS 166 (65.23% from 255) = 39.24%
R=23.64%
G=37.12%
B=39.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1001571660.400.0500.35188.1827.0552.16
Hex649DA6285023bc1b34
Octal1442352465050432743364
Binary1100100100111011010011010100010101000111011110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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