#64999f

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

Shades of Cadet Blue #64999F

Tints of Cadet Blue #64999F

Color information

#64999F (or 0x64999F) is unknown color: approx Cadet Blue. HEX triplet: 64, 99 and 9F. RGB value is (100,153,159). Sum of RGB (Red+Green+Blue) = 100+153+159=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 159 - color contains mainly: blue. Hex color #64999F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64999F is #9B6660. Grayscale: #898989. Windows color (decimal): -10184289 or 10459492. OLE color: 10459492.

HSL color Cylindrical-coordinate representation of color #64999F: hue angle of 186.1º 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 #64999F is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB100153159-
CMYK0.370.0400.38
HSL186.1º23.51%50.78%-
HSV(B)186.1º37.11%62.35%-
XYZ22.927.9937-
YUV137.84139.94101.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.27%
GREEN value IS 153 (60.16% from 255) = 37.14%
BLUE value IS 159 (62.5% from 255) = 38.59%
R=24.27%
G=37.14%
B=38.59%

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
Decimal1001531590.370.0400.38186.123.5150.78
Hex64999F254026ba1833
Octal1442312374540462723063
Binary1100100100110011001111110010110001001101011101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64999f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64999f; }

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

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

<style>
 a { background-color: #64999f; }

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

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

<style>
 span { border-color: #64999f; }

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

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