#668490

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

Shades of Horizon #668490

Tints of Horizon #668490

Color information

#668490 (or 0x668490) is unknown color: approx Horizon. HEX triplet: 66, 84 and 90. RGB value is (102,132,144). Sum of RGB (Red+Green+Blue) = 102+132+144=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #668490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668490 is #997B6F. Grayscale: #7C7C7C. Windows color (decimal): -10058608 or 9471078. OLE color: 9471078.

HSL color Cylindrical-coordinate representation of color #668490: hue angle of 197.14º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #668490 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB102132144-
CMYK0.290.0800.44
HSL197.14º17.07%48.24%-
HSV(B)197.14º29.17%56.47%-
XYZ18.7621.3429.52-
YUV124.4139.06112.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.98%
GREEN value IS 132 (51.95% from 255) = 34.92%
BLUE value IS 144 (56.64% from 255) = 38.10%
R=26.98%
G=34.92%
B=38.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021321440.290.0800.44197.1417.0748.24
Hex6684901D802Cc51130
Octal14620422035100543052160
Binary1100110100001001001000011101100001011001100010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668490; }

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

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

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

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

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

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

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

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