#687087

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

Shades of Storm Grey #687087

Tints of Storm Grey #687087

Color information

#687087 (or 0x687087) is unknown color: approx Storm Grey. HEX triplet: 68, 70 and 87. RGB value is (104,112,135). Sum of RGB (Red+Green+Blue) = 104+112+135=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 135 - color contains mainly: blue. Hex color #687087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687087 is #978F78. Grayscale: #707070. Windows color (decimal): -9932665 or 8876136. OLE color: 8876136.

HSL color Cylindrical-coordinate representation of color #687087: hue angle of 224.52º 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 #687087 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB104112135-
CMYK0.230.1700.47
HSL224.52º12.97%46.86%-
HSV(B)224.52º22.96%52.94%-
XYZ15.8816.2825.23-
YUV112.23140.85122.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.63%
GREEN value IS 112 (44.14% from 255) = 31.91%
BLUE value IS 135 (53.12% from 255) = 38.46%
R=29.63%
G=31.91%
B=38.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041121350.230.1700.47224.5212.9746.86
Hex687087171102Fe1d2f
Octal15016020727210573411557
Binary110100011100001000011110111100010101111111000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687087; }

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

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

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

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

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

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

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

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