#687387

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

Shades of Storm Grey #687387

Tints of Storm Grey #687387

Color information

#687387 (or 0x687387) is unknown color: approx Storm Grey. HEX triplet: 68, 73 and 87. RGB value is (104,115,135). Sum of RGB (Red+Green+Blue) = 104+115+135=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 135 - color contains mainly: blue. Hex color #687387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687387 is #978C78. Grayscale: #717171. Windows color (decimal): -9931897 or 8876904. OLE color: 8876904.

HSL color Cylindrical-coordinate representation of color #687387: hue angle of 218.71º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #687387 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB104115135-
CMYK0.230.1500.47
HSL218.71º12.97%46.86%-
HSV(B)218.71º22.96%52.94%-
XYZ16.2116.9525.34-
YUV113.99139.86120.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.38%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 135 (53.12% from 255) = 38.14%
R=29.38%
G=32.49%
B=38.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041151350.230.1500.47218.7112.9746.86
Hex68738717F02Fdbd2f
Octal15016320727170573331557
Binary11010001110011100001111011111110101111110110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687387; }

 p { color: rgb(104,115,135); }

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

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

 a { background-color: rgb(104,115,135); }

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

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

 span { border-color: rgb(104,115,135); }

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