#64A1AA

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

Shades of Cadet Blue #64A1AA

Tints of Cadet Blue #64A1AA

Color information

#64A1AA (or 0x64A1AA) is unknown color: approx Cadet Blue. HEX triplet: 64, A1 and AA. RGB value is (100,161,170). Sum of RGB (Red+Green+Blue) = 100+161+170=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #64A1AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A1AA is #9B5E55. Grayscale: #8F8F8F. Windows color (decimal): -10182230 or 11182436. OLE color: 11182436.

HSL color Cylindrical-coordinate representation of color #64A1AA: hue angle of 187.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64A1AA is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB100161170-
CMYK0.410.0500.33
HSL187.71º29.17%52.94%-
HSV(B)187.71º41.18%66.67%-
XYZ25.2631.142.7-
YUV143.79142.7996.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.20%
GREEN value IS 161 (63.28% from 255) = 37.35%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=23.20%
G=37.35%
B=39.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001611700.410.0500.33187.7129.1752.94
Hex64A1AA295021bc1d35
Octal1442412525150412743565
Binary1100100101000011010101010100110101000011011110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,161,170); }

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

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

 a { background-color: rgb(100,161,170); }

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

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

 span { border-color: rgb(100,161,170); }

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