#66929D

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

Shades of Horizon #66929D

Tints of Horizon #66929D

Color information

#66929D (or 0x66929D) is unknown color: approx Horizon. HEX triplet: 66, 92 and 9D. RGB value is (102,146,157). Sum of RGB (Red+Green+Blue) = 102+146+157=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 157 - color contains mainly: blue. Hex color #66929D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66929D is #996D62. Grayscale: #868686. Windows color (decimal): -10055011 or 10326630. OLE color: 10326630.

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

Color convert

RGB102146157-
CMYK0.350.0700.38
HSL192º21.91%50.78%-
HSV(B)192º35.03%61.57%-
XYZ21.8425.8235.73-
YUV134.1140.92105.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.19%
GREEN value IS 146 (57.42% from 255) = 36.05%
BLUE value IS 157 (61.72% from 255) = 38.77%
R=25.19%
G=36.05%
B=38.77%

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
Decimal1021461570.350.0700.3819221.9150.78
Hex66929D237026c01633
Octal1462222354370463002663
Binary1100110100100101001110110001111101001101100000010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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