#64989F

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

Shades of Cadet Blue #64989F

Tints of Cadet Blue #64989F

Color information

#64989F (or 0x64989F) is unknown color: approx Cadet Blue. HEX triplet: 64, 98 and 9F. RGB value is (100,152,159). Sum of RGB (Red+Green+Blue) = 100+152+159=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 159 - color contains mainly: blue. Hex color #64989F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64989F is #9B6760. Grayscale: #898989. Windows color (decimal): -10184545 or 10459236. OLE color: 10459236.

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

Color convert

RGB100152159-
CMYK0.370.0400.38
HSL187.12º23.51%50.78%-
HSV(B)187.12º37.11%62.35%-
XYZ22.7427.6736.94-
YUV137.25140.27101.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.33%
GREEN value IS 152 (59.77% from 255) = 36.98%
BLUE value IS 159 (62.5% from 255) = 38.69%
R=24.33%
G=36.98%
B=38.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001521590.370.0400.38187.1223.5150.78
Hex64989F254026bb1833
Octal1442302374540462733063
Binary1100100100110001001111110010110001001101011101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64989F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64989F; }

 p { color: rgb(100,152,159); }

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

<style>
 a { background-color: #64989F; }

 a { background-color: rgb(100,152,159); }

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

<style>
 span { border-color: #64989F; }

 span { border-color: rgb(100,152,159); }

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