#688492

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

Shades of Horizon #688492

Tints of Horizon #688492

Color information

#688492 (or 0x688492) is unknown color: approx Horizon. HEX triplet: 68, 84 and 92. RGB value is (104,132,146). Sum of RGB (Red+Green+Blue) = 104+132+146=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 146 - color contains mainly: blue. Hex color #688492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688492 is #977B6D. Grayscale: #7D7D7D. Windows color (decimal): -9927534 or 9602152. OLE color: 9602152.

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

Color convert

RGB104132146-
CMYK0.290.1000.43
HSL200º16.8%49.02%-
HSV(B)200º28.77%57.25%-
XYZ19.1521.5230.34-
YUV125.22139.72112.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.23%
GREEN value IS 132 (51.95% from 255) = 34.55%
BLUE value IS 146 (57.42% from 255) = 38.22%
R=27.23%
G=34.55%
B=38.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041321460.290.1000.4320016.849.02
Hex6884921DA02Bc81131
Octal15020422235120533102161
Binary1101000100001001001001011101101001010111100100010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688492; }

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

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

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

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

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

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

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

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