#688596

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

Shades of Horizon #688596

Tints of Horizon #688596

Color information

#688596 (or 0x688596) is unknown color: approx Horizon. HEX triplet: 68, 85 and 96. RGB value is (104,133,150). Sum of RGB (Red+Green+Blue) = 104+133+150=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 150 - color contains mainly: blue. Hex color #688596 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688596 is #977A69. Grayscale: #7E7E7E. Windows color (decimal): -9927274 or 9864552. OLE color: 9864552.

HSL color Cylindrical-coordinate representation of color #688596: hue angle of 202.17º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #688596 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB104133150-
CMYK0.310.1100.41
HSL202.17º18.11%49.8%-
HSV(B)202.17º30.67%58.82%-
XYZ19.621.9232.05-
YUV126.27141.39112.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.87%
GREEN value IS 133 (52.34% from 255) = 34.37%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=26.87%
G=34.37%
B=38.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041331500.310.1100.41202.1718.1149.8
Hex6885961FB029ca1232
Octal15020522637130513122262
Binary1101000100001011001011011111101101010011100101010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688596; }

 p { color: rgb(104,133,150); }

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

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

 a { background-color: rgb(104,133,150); }

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

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

 span { border-color: rgb(104,133,150); }

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