#66909A

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

Shades of Horizon #66909A

Tints of Horizon #66909A

Color information

#66909A (or 0x66909A) is unknown color: approx Horizon. HEX triplet: 66, 90 and 9A. RGB value is (102,144,154). Sum of RGB (Red+Green+Blue) = 102+144+154=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 154 - color contains mainly: blue. Hex color #66909A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66909A is #996F65. Grayscale: #848484. Windows color (decimal): -10055526 or 10129510. OLE color: 10129510.

HSL color Cylindrical-coordinate representation of color #66909A: hue angle of 191.54º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66909A is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB102144154-
CMYK0.340.0600.40
HSL191.54º20.47%50.2%-
HSV(B)191.54º33.77%60.39%-
XYZ21.2925.134.3-
YUV132.58140.09106.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.5%
GREEN value IS 144 (56.64% from 255) = 36%
BLUE value IS 154 (60.55% from 255) = 38.5%
R=25.5%
G=36%
B=38.5%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1021441540.340.0600.40191.5420.4750.2
Hex66909A226028c01432
Octal1462202324260503002462
Binary1100110100100001001101010001011001010001100000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66909A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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