#66999B

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

Shades of Cadet Blue #66999B

Tints of Cadet Blue #66999B

Color information

#66999B (or 0x66999B) is unknown color: approx Cadet Blue. HEX triplet: 66, 99 and 9B. RGB value is (102,153,155). Sum of RGB (Red+Green+Blue) = 102+153+155=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 155 - color contains mainly: blue. Hex color #66999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66999B is #996664. Grayscale: #898989. Windows color (decimal): -10053221 or 10197350. OLE color: 10197350.

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

Color convert

RGB102153155-
CMYK0.340.0100.39
HSL182.26º20.95%50.39%-
HSV(B)182.26º34.19%60.78%-
XYZ22.7927.9735.21-
YUV137.98137.6102.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.88%
GREEN value IS 153 (60.16% from 255) = 37.32%
BLUE value IS 155 (60.94% from 255) = 37.80%
R=24.88%
G=37.32%
B=37.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021531550.340.0100.39182.2620.9550.39
Hex66999B221027b61532
Octal1462312334210472662562
Binary11001101001100110011011100010101001111011011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,153,155); }

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

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

 a { background-color: rgb(102,153,155); }

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

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

 span { border-color: rgb(102,153,155); }

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