#66939E

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

Shades of Horizon #66939E

Tints of Horizon #66939E

Color information

#66939E (or 0x66939E) is unknown color: approx Horizon. HEX triplet: 66, 93 and 9E. RGB value is (102,147,158). Sum of RGB (Red+Green+Blue) = 102+147+158=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 158 - color contains mainly: blue. Hex color #66939E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66939E is #996C61. Grayscale: #868686. Windows color (decimal): -10054754 or 10392422. OLE color: 10392422.

HSL color Cylindrical-coordinate representation of color #66939E: hue angle of 191.79º 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 #66939E is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102147158-
CMYK0.350.0700.38
HSL191.79º22.4%50.98%-
HSV(B)191.79º35.44%61.96%-
XYZ22.0826.1636.23-
YUV134.8141.09104.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.06%
GREEN value IS 147 (57.81% from 255) = 36.12%
BLUE value IS 158 (62.11% from 255) = 38.82%
R=25.06%
G=36.12%
B=38.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021471580.350.0700.38191.7922.450.98
Hex66939E237026c01633
Octal1462232364370463002663
Binary1100110100100111001111010001111101001101100000010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66939E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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