#64969B

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

Shades of Cadet Blue #64969B

Tints of Cadet Blue #64969B

Color information

#64969B (or 0x64969B) is unknown color: approx Cadet Blue. HEX triplet: 64, 96 and 9B. RGB value is (100,150,155). Sum of RGB (Red+Green+Blue) = 100+150+155=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 155 - color contains mainly: blue. Hex color #64969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64969B is #9B6964. Grayscale: #878787. Windows color (decimal): -10185061 or 10196580. OLE color: 10196580.

HSL color Cylindrical-coordinate representation of color #64969B: hue angle of 185.45º 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 #64969B is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB100150155-
CMYK0.350.0300.39
HSL185.45º21.57%50%-
HSV(B)185.45º35.48%60.78%-
XYZ22.0826.8935.04-
YUV135.62138.94102.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.69%
GREEN value IS 150 (58.98% from 255) = 37.04%
BLUE value IS 155 (60.94% from 255) = 38.27%
R=24.69%
G=37.04%
B=38.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001501550.350.0300.39185.4521.5750
Hex64969B233027b91632
Octal1442262334330472712662
Binary110010010010110100110111000111101001111011100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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