#64A49D

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

Shades of Cadet Blue #64A49D

Tints of Cadet Blue #64A49D

Color information

#64A49D (or 0x64A49D) is unknown color: approx Cadet Blue. HEX triplet: 64, A4 and 9D. RGB value is (100,164,157). Sum of RGB (Red+Green+Blue) = 100+164+157=421 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.75% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 164 - color contains mainly: green. Hex color #64A49D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A49D is #9B5B62. Grayscale: #909090. Windows color (decimal): -10181475 or 10331236. OLE color: 10331236.

HSL color Cylindrical-coordinate representation of color #64A49D: hue angle of 173.44º 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 #64A49D is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB100164157-
CMYK0.3900.040.36
HSL173.44º26.02%51.76%-
HSV(B)173.44º39.02%64.31%-
XYZ24.6231.6936.72-
YUV144.07135.396.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.75%
GREEN value IS 164 (64.45% from 255) = 38.95%
BLUE value IS 157 (61.72% from 255) = 37.29%
R=23.75%
G=38.95%
B=37.29%

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
Decimal1001641570.3900.040.36173.4426.0251.76
Hex64A49D270424ad1a34
Octal1442442354704442553264
Binary1100100101001001001110110011101001001001010110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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