#668799

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

Shades of Horizon #668799

Tints of Horizon #668799

Color information

#668799 (or 0x668799) is unknown color: approx Horizon. HEX triplet: 66, 87 and 99. RGB value is (102,135,153). Sum of RGB (Red+Green+Blue) = 102+135+153=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #668799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668799 is #997866. Grayscale: #7F7F7F. Windows color (decimal): -10057831 or 10061670. OLE color: 10061670.

HSL color Cylindrical-coordinate representation of color #668799: hue angle of 201.18º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #668799 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB102135153-
CMYK0.330.1200.4
HSL201.18º20%50%-
HSV(B)201.18º33.33%60%-
XYZ19.8922.4533.42-
YUV127.18142.57110.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.15%
GREEN value IS 135 (53.12% from 255) = 34.62%
BLUE value IS 153 (60.16% from 255) = 39.23%
R=26.15%
G=34.62%
B=39.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1021351530.330.1200.4201.182050
Hex66879921C028c91432
Octal14620723141140503112462
Binary11001101000011110011001100001110001010001100100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668799; }

 p { color: rgb(102,135,153); }

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

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

 a { background-color: rgb(102,135,153); }

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

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

 span { border-color: rgb(102,135,153); }

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