#688493

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

Shades of Horizon #688493

Tints of Horizon #688493

Color information

#688493 (or 0x688493) is unknown color: approx Horizon. HEX triplet: 68, 84 and 93. RGB value is (104,132,147). Sum of RGB (Red+Green+Blue) = 104+132+147=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 147 - color contains mainly: blue. Hex color #688493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688493 is #977B6C. Grayscale: #7D7D7D. Windows color (decimal): -9927533 or 9667688. OLE color: 9667688.

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

Color convert

RGB104132147-
CMYK0.290.1000.42
HSL200.93º17.13%49.22%-
HSV(B)200.93º29.25%57.65%-
XYZ19.2321.5530.75-
YUV125.34140.22112.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.15%
GREEN value IS 132 (51.95% from 255) = 34.46%
BLUE value IS 147 (57.81% from 255) = 38.38%
R=27.15%
G=34.46%
B=38.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041321470.290.1000.42200.9317.1349.22
Hex6884931DA02Ac91131
Octal15020422335120523112161
Binary1101000100001001001001111101101001010101100100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688493; }

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

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

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

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

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

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

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

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