#688B96

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

Shades of Horizon #688B96

Tints of Horizon #688B96

Color information

#688B96 (or 0x688B96) is unknown color: approx Horizon. HEX triplet: 68, 8B and 96. RGB value is (104,139,150). Sum of RGB (Red+Green+Blue) = 104+139+150=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 150 - color contains mainly: blue. Hex color #688B96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688B96 is #977469. Grayscale: #818181. Windows color (decimal): -9925738 or 9866088. OLE color: 9866088.

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

Color convert

RGB104139150-
CMYK0.310.0700.41
HSL194.35º18.11%49.8%-
HSV(B)194.35º30.67%58.82%-
XYZ20.4523.6132.33-
YUV129.79139.4109.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.46%
GREEN value IS 139 (54.69% from 255) = 35.37%
BLUE value IS 150 (58.98% from 255) = 38.17%
R=26.46%
G=35.37%
B=38.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041391500.310.0700.41194.3518.1149.8
Hex688B961F7029c21232
Octal1502132263770513022262
Binary110100010001011100101101111111101010011100001010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688B96; }

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

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

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

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

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

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

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

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