#66999C

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

Shades of Cadet Blue #66999C

Tints of Cadet Blue #66999C

Color information

#66999C (or 0x66999C) is unknown color: approx Cadet Blue. HEX triplet: 66, 99 and 9C. RGB value is (102,153,156). Sum of RGB (Red+Green+Blue) = 102+153+156=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 156 - color contains mainly: blue. Hex color #66999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66999C is #996663. Grayscale: #8A8A8A. Windows color (decimal): -10053220 or 10262886. OLE color: 10262886.

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

Color convert

RGB102153156-
CMYK0.350.0200.39
HSL183.33º21.43%50.59%-
HSV(B)183.33º34.62%61.18%-
XYZ22.8728.0135.65-
YUV138.09138.1102.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.82%
GREEN value IS 153 (60.16% from 255) = 37.23%
BLUE value IS 156 (61.33% from 255) = 37.96%
R=24.82%
G=37.23%
B=37.96%

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
Decimal1021531560.350.0200.39183.3321.4350.59
Hex66999C232027b71533
Octal1462312344320472672563
Binary110011010011001100111001000111001001111011011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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