#64989B

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

Shades of Cadet Blue #64989B

Tints of Cadet Blue #64989B

Color information

#64989B (or 0x64989B) is unknown color: approx Cadet Blue. HEX triplet: 64, 98 and 9B. RGB value is (100,152,155). Sum of RGB (Red+Green+Blue) = 100+152+155=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #64989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64989B is #9B6764. Grayscale: #888888. Windows color (decimal): -10184549 or 10197092. OLE color: 10197092.

HSL color Cylindrical-coordinate representation of color #64989B: hue angle of 183.27º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64989B is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB100152155-
CMYK0.350.0200.39
HSL183.27º21.57%50%-
HSV(B)183.27º35.48%60.78%-
XYZ22.427.5335.14-
YUV136.79138.27101.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.57%
GREEN value IS 152 (59.77% from 255) = 37.35%
BLUE value IS 155 (60.94% from 255) = 38.08%
R=24.57%
G=37.35%
B=38.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001521550.350.0200.39183.2721.5750
Hex64989B232027b71632
Octal1442302334320472672662
Binary110010010011000100110111000111001001111011011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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