#688494

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

Shades of Horizon #688494

Tints of Horizon #688494

Color information

#688494 (or 0x688494) is unknown color: approx Horizon. HEX triplet: 68, 84 and 94. RGB value is (104,132,148). Sum of RGB (Red+Green+Blue) = 104+132+148=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 148 - color contains mainly: blue. Hex color #688494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688494 is #977B6B. Grayscale: #7D7D7D. Windows color (decimal): -9927532 or 9733224. OLE color: 9733224.

HSL color Cylindrical-coordinate representation of color #688494: hue angle of 201.82º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #688494 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB104132148-
CMYK0.300.1100.42
HSL201.82º17.46%49.41%-
HSV(B)201.82º29.73%58.04%-
XYZ19.3121.5831.17-
YUV125.45140.72112.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.08%
GREEN value IS 132 (51.95% from 255) = 34.38%
BLUE value IS 148 (58.20% from 255) = 38.54%
R=27.08%
G=34.38%
B=38.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041321480.300.1100.42201.8217.4649.41
Hex6884941EB02Aca1131
Octal15020422436130523122161
Binary1101000100001001001010011110101101010101100101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688494; }

 p { color: rgb(104,132,148); }

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

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

 a { background-color: rgb(104,132,148); }

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

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

 span { border-color: rgb(104,132,148); }

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