#688692

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

Shades of Horizon #688692

Tints of Horizon #688692

Color information

#688692 (or 0x688692) is unknown color: approx Horizon. HEX triplet: 68, 86 and 92. RGB value is (104,134,146). Sum of RGB (Red+Green+Blue) = 104+134+146=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 146 - color contains mainly: blue. Hex color #688692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688692 is #97796D. Grayscale: #7E7E7E. Windows color (decimal): -9927022 or 9602664. OLE color: 9602664.

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

Color convert

RGB104134146-
CMYK0.290.0800.43
HSL197.14º16.8%49.02%-
HSV(B)197.14º28.77%57.25%-
XYZ19.4222.0730.43-
YUV126.4139.06112.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.08%
GREEN value IS 134 (52.73% from 255) = 34.90%
BLUE value IS 146 (57.42% from 255) = 38.02%
R=27.08%
G=34.90%
B=38.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041341460.290.0800.43197.1416.849.02
Hex6886921D802Bc51131
Octal15020622235100533052161
Binary1101000100001101001001011101100001010111100010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688692; }

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

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

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

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

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

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

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

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