#687389

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

Shades of Storm Grey #687389

Tints of Storm Grey #687389

Color information

#687389 (or 0x687389) is unknown color: approx Storm Grey. HEX triplet: 68, 73 and 89. RGB value is (104,115,137). Sum of RGB (Red+Green+Blue) = 104+115+137=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 137 - color contains mainly: blue. Hex color #687389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687389 is #978C76. Grayscale: #727272. Windows color (decimal): -9931895 or 9007976. OLE color: 9007976.

HSL color Cylindrical-coordinate representation of color #687389: hue angle of 220º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #687389 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB104115137-
CMYK0.240.1600.46
HSL220º13.69%47.25%-
HSV(B)220º24.09%53.73%-
XYZ16.3617.0126.09-
YUV114.22140.86120.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.21%
GREEN value IS 115 (45.31% from 255) = 32.30%
BLUE value IS 137 (53.91% from 255) = 38.48%
R=29.21%
G=32.30%
B=38.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041151370.240.1600.4622013.6947.25
Hex687389181002Edce2f
Octal15016321130200563341657
Binary110100011100111000100111000100000101110110111001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687389; }

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

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

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

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

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

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

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

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