#66949A

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

Shades of Cadet Blue #66949A

Tints of Cadet Blue #66949A

Color information

#66949A (or 0x66949A) is unknown color: approx Cadet Blue. HEX triplet: 66, 94 and 9A. RGB value is (102,148,154). Sum of RGB (Red+Green+Blue) = 102+148+154=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 154 - color contains mainly: blue. Hex color #66949A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66949A is #996B65. Grayscale: #868686. Windows color (decimal): -10054502 or 10130534. OLE color: 10130534.

HSL color Cylindrical-coordinate representation of color #66949A: hue angle of 186.92º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66949A is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB102148154-
CMYK0.340.0400.40
HSL186.92º20.47%50.2%-
HSV(B)186.92º33.77%60.39%-
XYZ21.926.3434.5-
YUV134.93138.76104.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.25%
GREEN value IS 148 (58.20% from 255) = 36.63%
BLUE value IS 154 (60.55% from 255) = 38.12%
R=25.25%
G=36.63%
B=38.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1021481540.340.0400.40186.9220.4750.2
Hex66949A224028bb1432
Octal1462242324240502732462
Binary1100110100101001001101010001010001010001011101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66949A; }

 p { color: rgb(102,148,154); }

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

<style>
 a { background-color: #66949A; }

 a { background-color: rgb(102,148,154); }

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

<style>
 span { border-color: #66949A; }

 span { border-color: rgb(102,148,154); }

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