#688693

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

Shades of Horizon #688693

Tints of Horizon #688693

Color information

#688693 (or 0x688693) is unknown color: approx Horizon. HEX triplet: 68, 86 and 93. RGB value is (104,134,147). Sum of RGB (Red+Green+Blue) = 104+134+147=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 147 - color contains mainly: blue. Hex color #688693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688693 is #97796C. Grayscale: #7E7E7E. Windows color (decimal): -9927021 or 9668200. OLE color: 9668200.

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

Color convert

RGB104134147-
CMYK0.290.0900.42
HSL198.14º17.13%49.22%-
HSV(B)198.14º29.25%57.65%-
XYZ19.522.130.84-
YUV126.51139.56111.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.01%
GREEN value IS 134 (52.73% from 255) = 34.81%
BLUE value IS 147 (57.81% from 255) = 38.18%
R=27.01%
G=34.81%
B=38.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041341470.290.0900.42198.1417.1349.22
Hex6886931D902Ac61131
Octal15020622335110523062161
Binary1101000100001101001001111101100101010101100011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688693; }

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

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

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

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

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

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

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

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