#688B95

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

Shades of Horizon #688B95

Tints of Horizon #688B95

Color information

#688B95 (or 0x688B95) is unknown color: approx Horizon. HEX triplet: 68, 8B and 95. RGB value is (104,139,149). Sum of RGB (Red+Green+Blue) = 104+139+149=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 149 - color contains mainly: blue. Hex color #688B95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688B95 is #97746A. Grayscale: #818181. Windows color (decimal): -9925739 or 9800552. OLE color: 9800552.

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

Color convert

RGB104139149-
CMYK0.300.0700.42
HSL193.33º17.79%49.61%-
HSV(B)193.33º30.2%58.43%-
XYZ20.3723.5831.91-
YUV129.67138.9109.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.53%
GREEN value IS 139 (54.69% from 255) = 35.46%
BLUE value IS 149 (58.59% from 255) = 38.01%
R=26.53%
G=35.46%
B=38.01%

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
Decimal1041391490.300.0700.42193.3317.7949.61
Hex688B951E702Ac11232
Octal1502132253670523012262
Binary110100010001011100101011111011101010101100000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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