#64A09D

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

Shades of Cadet Blue #64A09D

Tints of Cadet Blue #64A09D

Color information

#64A09D (or 0x64A09D) is unknown color: approx Cadet Blue. HEX triplet: 64, A0 and 9D. RGB value is (100,160,157). Sum of RGB (Red+Green+Blue) = 100+160+157=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 160 - color contains mainly: green. Hex color #64A09D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A09D is #9B5F62. Grayscale: #8D8D8D. Windows color (decimal): -10182499 or 10330212. OLE color: 10330212.

HSL color Cylindrical-coordinate representation of color #64A09D: hue angle of 177º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64A09D is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB100160157-
CMYK0.3800.020.37
HSL177º24%50.98%-
HSV(B)177º37.5%62.75%-
XYZ23.9130.2936.48-
YUV141.72136.6298.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.98%
GREEN value IS 160 (62.89% from 255) = 38.37%
BLUE value IS 157 (61.72% from 255) = 37.65%
R=23.98%
G=38.37%
B=37.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1001601570.3800.020.371772450.98
Hex64A09D260225b11833
Octal1442402354602452613063
Binary110010010100000100111011001100101001011011000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64A09D; }

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

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

<style>
 a { background-color: #64A09D; }

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

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

<style>
 span { border-color: #64A09D; }

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

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