#64A49E

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

Shades of Cadet Blue #64A49E

Tints of Cadet Blue #64A49E

Color information

#64A49E (or 0x64A49E) is unknown color: approx Cadet Blue. HEX triplet: 64, A4 and 9E. RGB value is (100,164,158). Sum of RGB (Red+Green+Blue) = 100+164+158=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 164 - color contains mainly: green. Hex color #64A49E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A49E is #9B5B61. Grayscale: #909090. Windows color (decimal): -10181474 or 10396772. OLE color: 10396772.

HSL color Cylindrical-coordinate representation of color #64A49E: hue angle of 174.38º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64A49E is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB100164158-
CMYK0.3900.040.36
HSL174.38º26.02%51.76%-
HSV(B)174.38º39.02%64.31%-
XYZ24.731.7337.17-
YUV144.18135.896.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.70%
GREEN value IS 164 (64.45% from 255) = 38.86%
BLUE value IS 158 (62.11% from 255) = 37.44%
R=23.70%
G=38.86%
B=37.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1001641580.3900.040.36174.3826.0251.76
Hex64A49E270424ae1a34
Octal1442442364704442563264
Binary1100100101001001001111010011101001001001010111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,164,158); }

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

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

 a { background-color: rgb(100,164,158); }

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

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

 span { border-color: rgb(100,164,158); }

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