#64A49A

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

Shades of Cadet Blue #64A49A

Tints of Cadet Blue #64A49A

Color information

#64A49A (or 0x64A49A) is unknown color: approx Cadet Blue. HEX triplet: 64, A4 and 9A. RGB value is (100,164,154). Sum of RGB (Red+Green+Blue) = 100+164+154=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 164 - color contains mainly: green. Hex color #64A49A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A49A is #9B5B65. Grayscale: #8F8F8F. Windows color (decimal): -10181478 or 10134628. OLE color: 10134628.

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

Color convert

RGB100164154-
CMYK0.3900.060.36
HSL170.62º26.02%51.76%-
HSV(B)170.62º39.02%64.31%-
XYZ24.3631.5935.39-
YUV143.72133.896.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.92%
GREEN value IS 164 (64.45% from 255) = 39.23%
BLUE value IS 154 (60.55% from 255) = 36.84%
R=23.92%
G=39.23%
B=36.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1001641540.3900.060.36170.6226.0251.76
Hex64A49A270624ab1a34
Octal1442442324706442533264
Binary1100100101001001001101010011101101001001010101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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