#668590

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

Shades of Horizon #668590

Tints of Horizon #668590

Color information

#668590 (or 0x668590) is unknown color: approx Horizon. HEX triplet: 66, 85 and 90. RGB value is (102,133,144). Sum of RGB (Red+Green+Blue) = 102+133+144=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 144 - color contains mainly: blue. Hex color #668590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668590 is #997A6F. Grayscale: #7C7C7C. Windows color (decimal): -10058352 or 9471334. OLE color: 9471334.

HSL color Cylindrical-coordinate representation of color #668590: hue angle of 195.71º 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 #668590 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB102133144-
CMYK0.290.0800.44
HSL195.71º17.07%48.24%-
HSV(B)195.71º29.17%56.47%-
XYZ18.921.6129.56-
YUV124.98138.73111.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 133 (52.34% from 255) = 35.09%
BLUE value IS 144 (56.64% from 255) = 37.99%
R=26.91%
G=35.09%
B=37.99%

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
Decimal1021331440.290.0800.44195.7117.0748.24
Hex6685901D802Cc41130
Octal14620522035100543042160
Binary1100110100001011001000011101100001011001100010010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668590; }

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

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

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

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

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

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

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

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