#688390

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

Shades of Horizon #688390

Tints of Horizon #688390

Color information

#688390 (or 0x688390) is unknown color: approx Horizon. HEX triplet: 68, 83 and 90. RGB value is (104,131,144). Sum of RGB (Red+Green+Blue) = 104+131+144=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 144 - color contains mainly: blue. Hex color #688390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688390 is #977C6F. Grayscale: #7C7C7C. Windows color (decimal): -9927792 or 9470824. OLE color: 9470824.

HSL color Cylindrical-coordinate representation of color #688390: hue angle of 199.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #688390 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB104131144-
CMYK0.280.0900.44
HSL199.5º16.13%48.63%-
HSV(B)199.5º27.78%56.47%-
XYZ18.8621.1929.48-
YUV124.41139.05113.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 131 (51.56% from 255) = 34.56%
BLUE value IS 144 (56.64% from 255) = 37.99%
R=27.44%
G=34.56%
B=37.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041311440.280.0900.44199.516.1348.63
Hex6883901C902Cc71031
Octal15020322034110543072061
Binary1101000100000111001000011100100101011001100011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688390; }

 p { color: rgb(104,131,144); }

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

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

 a { background-color: rgb(104,131,144); }

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

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

 span { border-color: rgb(104,131,144); }

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