#66929E

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

Shades of Horizon #66929E

Tints of Horizon #66929E

Color information

#66929E (or 0x66929E) is unknown color: approx Horizon. HEX triplet: 66, 92 and 9E. RGB value is (102,146,158). Sum of RGB (Red+Green+Blue) = 102+146+158=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 158 - color contains mainly: blue. Hex color #66929E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66929E is #996D61. Grayscale: #868686. Windows color (decimal): -10055010 or 10392166. OLE color: 10392166.

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

Color convert

RGB102146158-
CMYK0.350.0800.38
HSL192.86º22.4%50.98%-
HSV(B)192.86º35.44%61.96%-
XYZ21.9325.8536.18-
YUV134.21141.42105.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.12%
GREEN value IS 146 (57.42% from 255) = 35.96%
BLUE value IS 158 (62.11% from 255) = 38.92%
R=25.12%
G=35.96%
B=38.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021461580.350.0800.38192.8622.450.98
Hex66929E238026c11633
Octal14622223643100463012663
Binary11001101001001010011110100011100001001101100000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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