#688695

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

Shades of Horizon #688695

Tints of Horizon #688695

Color information

#688695 (or 0x688695) is unknown color: approx Horizon. HEX triplet: 68, 86 and 95. RGB value is (104,134,149). Sum of RGB (Red+Green+Blue) = 104+134+149=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: blue. Hex color #688695 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688695 is #97796A. Grayscale: #7E7E7E. Windows color (decimal): -9927019 or 9799272. OLE color: 9799272.

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

Color convert

RGB104134149-
CMYK0.300.1000.42
HSL200º17.79%49.61%-
HSV(B)200º30.2%58.43%-
XYZ19.6622.1631.68-
YUV126.74140.56111.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.87%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 149 (58.59% from 255) = 38.50%
R=26.87%
G=34.63%
B=38.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041341490.300.1000.4220017.7949.61
Hex6886951EA02Ac81232
Octal15020622536120523102262
Binary1101000100001101001010111110101001010101100100010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688695; }

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

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

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

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

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

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

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

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