#66939A

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

Shades of Horizon #66939A

Tints of Horizon #66939A

Color information

#66939A (or 0x66939A) is unknown color: approx Horizon. HEX triplet: 66, 93 and 9A. RGB value is (102,147,154). Sum of RGB (Red+Green+Blue) = 102+147+154=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 154 - color contains mainly: blue. Hex color #66939A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66939A is #996C65. Grayscale: #868686. Windows color (decimal): -10054758 or 10130278. OLE color: 10130278.

HSL color Cylindrical-coordinate representation of color #66939A: hue angle of 188.08º 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 #66939A is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB102147154-
CMYK0.340.0500.40
HSL188.08º20.47%50.2%-
HSV(B)188.08º33.77%60.39%-
XYZ21.7526.0334.45-
YUV134.34139.09104.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.31%
GREEN value IS 147 (57.81% from 255) = 36.48%
BLUE value IS 154 (60.55% from 255) = 38.21%
R=25.31%
G=36.48%
B=38.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1021471540.340.0500.40188.0820.4750.2
Hex66939A225028bc1432
Octal1462232324250502742462
Binary1100110100100111001101010001010101010001011110010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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