#688A95

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

Shades of Horizon #688A95

Tints of Horizon #688A95

Color information

#688A95 (or 0x688A95) is unknown color: approx Horizon. HEX triplet: 68, 8A and 95. RGB value is (104,138,149). Sum of RGB (Red+Green+Blue) = 104+138+149=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 149 - color contains mainly: blue. Hex color #688A95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688A95 is #97756A. Grayscale: #818181. Windows color (decimal): -9925995 or 9800296. OLE color: 9800296.

HSL color Cylindrical-coordinate representation of color #688A95: hue angle of 194.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #688A95 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB104138149-
CMYK0.300.0700.42
HSL194.67º17.79%49.61%-
HSV(B)194.67º30.2%58.43%-
XYZ20.2223.2931.86-
YUV129.09139.24110.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.60%
GREEN value IS 138 (54.30% from 255) = 35.29%
BLUE value IS 149 (58.59% from 255) = 38.11%
R=26.60%
G=35.29%
B=38.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041381490.300.0700.42194.6717.7949.61
Hex688A951E702Ac31232
Octal1502122253670523032262
Binary110100010001010100101011111011101010101100001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,138,149); }

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

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

 a { background-color: rgb(104,138,149); }

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

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

 span { border-color: rgb(104,138,149); }

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