#66949E

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

Shades of Horizon #66949E

Tints of Horizon #66949E

Color information

#66949E (or 0x66949E) is unknown color: approx Horizon. HEX triplet: 66, 94 and 9E. RGB value is (102,148,158). Sum of RGB (Red+Green+Blue) = 102+148+158=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 158 - color contains mainly: blue. Hex color #66949E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66949E is #996B61. Grayscale: #878787. Windows color (decimal): -10054498 or 10392678. OLE color: 10392678.

HSL color Cylindrical-coordinate representation of color #66949E: hue angle of 190.71º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66949E is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102148158-
CMYK0.350.0600.38
HSL190.71º22.4%50.98%-
HSV(B)190.71º35.44%61.96%-
XYZ22.2426.4736.29-
YUV135.39140.76104.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25%
GREEN value IS 148 (58.20% from 255) = 36.27%
BLUE value IS 158 (62.11% from 255) = 38.73%
R=25%
G=36.27%
B=38.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021481580.350.0600.38190.7122.450.98
Hex66949E236026bf1633
Octal1462242364360462772663
Binary1100110100101001001111010001111001001101011111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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