#688597

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

Shades of Horizon #688597

Tints of Horizon #688597

Color information

#688597 (or 0x688597) is unknown color: approx Horizon. HEX triplet: 68, 85 and 97. RGB value is (104,133,151). Sum of RGB (Red+Green+Blue) = 104+133+151=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 151 - color contains mainly: blue. Hex color #688597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688597 is #977A68. Grayscale: #7E7E7E. Windows color (decimal): -9927273 or 9930088. OLE color: 9930088.

HSL color Cylindrical-coordinate representation of color #688597: hue angle of 202.98º 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 #688597 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB104133151-
CMYK0.310.1200.41
HSL202.98º18.43%50%-
HSV(B)202.98º31.13%59.22%-
XYZ19.6821.9532.48-
YUV126.38141.89112.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.80%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 151 (59.38% from 255) = 38.92%
R=26.80%
G=34.28%
B=38.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041331510.310.1200.41202.9818.4350
Hex6885971FC029cb1232
Octal15020522737140513132262
Binary1101000100001011001011111111110001010011100101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688597; }

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

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

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

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

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

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

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

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