#66929F

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

Shades of Horizon #66929F

Tints of Horizon #66929F

Color information

#66929F (or 0x66929F) is unknown color: approx Horizon. HEX triplet: 66, 92 and 9F. RGB value is (102,146,159). Sum of RGB (Red+Green+Blue) = 102+146+159=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 159 - color contains mainly: blue. Hex color #66929F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66929F is #996D60. Grayscale: #868686. Windows color (decimal): -10055009 or 10457702. OLE color: 10457702.

HSL color Cylindrical-coordinate representation of color #66929F: hue angle of 193.68º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66929F is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102146159-
CMYK0.360.0800.38
HSL193.68º22.89%51.18%-
HSV(B)193.68º35.85%62.35%-
XYZ22.0225.8936.64-
YUV134.33141.92104.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.06%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 159 (62.5% from 255) = 39.07%
R=25.06%
G=35.87%
B=39.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021461590.360.0800.38193.6822.8951.18
Hex66929F248026c21733
Octal14622223744100463022763
Binary11001101001001010011111100100100001001101100001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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