#64979D

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

Shades of Cadet Blue #64979D

Tints of Cadet Blue #64979D

Color information

#64979D (or 0x64979D) is unknown color: approx Cadet Blue. HEX triplet: 64, 97 and 9D. RGB value is (100,151,157). Sum of RGB (Red+Green+Blue) = 100+151+157=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 157 - color contains mainly: blue. Hex color #64979D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64979D is #9B6862. Grayscale: #888888. Windows color (decimal): -10184803 or 10327908. OLE color: 10327908.

HSL color Cylindrical-coordinate representation of color #64979D: hue angle of 186.32º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64979D is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB100151157-
CMYK0.360.0400.38
HSL186.32º22.53%50.39%-
HSV(B)186.32º36.31%61.57%-
XYZ22.4127.2835.98-
YUV136.44139.6102.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.51%
GREEN value IS 151 (59.38% from 255) = 37.01%
BLUE value IS 157 (61.72% from 255) = 38.48%
R=24.51%
G=37.01%
B=38.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001511570.360.0400.38186.3222.5350.39
Hex64979D244026ba1732
Octal1442272354440462722762
Binary1100100100101111001110110010010001001101011101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64979D; }

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

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

<style>
 a { background-color: #64979D; }

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

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

<style>
 span { border-color: #64979D; }

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

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