#66929B

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

Shades of Horizon #66929B

Tints of Horizon #66929B

Color information

#66929B (or 0x66929B) is unknown color: approx Horizon. HEX triplet: 66, 92 and 9B. RGB value is (102,146,155). Sum of RGB (Red+Green+Blue) = 102+146+155=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #66929B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66929B is #996D64. Grayscale: #858585. Windows color (decimal): -10055013 or 10195558. OLE color: 10195558.

HSL color Cylindrical-coordinate representation of color #66929B: hue angle of 190.19º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66929B is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB102146155-
CMYK0.340.0600.39
HSL190.19º20.95%50.39%-
HSV(B)190.19º34.19%60.78%-
XYZ21.6725.7534.84-
YUV133.87139.92105.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.31%
GREEN value IS 146 (57.42% from 255) = 36.23%
BLUE value IS 155 (60.94% from 255) = 38.46%
R=25.31%
G=36.23%
B=38.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021461550.340.0600.39190.1920.9550.39
Hex66929B226027be1532
Octal1462222334260472762562
Binary1100110100100101001101110001011001001111011111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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