#66909E

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

Shades of Horizon #66909E

Tints of Horizon #66909E

Color information

#66909E (or 0x66909E) is unknown color: approx Horizon. HEX triplet: 66, 90 and 9E. RGB value is (102,144,158). Sum of RGB (Red+Green+Blue) = 102+144+158=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 158 - color contains mainly: blue. Hex color #66909E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66909E is #996F61. Grayscale: #848484. Windows color (decimal): -10055522 or 10391654. OLE color: 10391654.

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

Color convert

RGB102144158-
CMYK0.350.0900.38
HSL195º22.4%50.98%-
HSV(B)195º35.44%61.96%-
XYZ21.6225.2436.08-
YUV133.04142.09105.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.25%
GREEN value IS 144 (56.64% from 255) = 35.64%
BLUE value IS 158 (62.11% from 255) = 39.11%
R=25.25%
G=35.64%
B=39.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021441580.350.0900.3819522.450.98
Hex66909E239026c31633
Octal14622023643110463032663
Binary11001101001000010011110100011100101001101100001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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