#6E7487

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

Shades of Storm Grey #6E7487

Tints of Storm Grey #6E7487

Color information

#6E7487 (or 0x6E7487) is unknown color: approx Storm Grey. HEX triplet: 6E, 74 and 87. RGB value is (110,116,135). Sum of RGB (Red+Green+Blue) = 110+116+135=361 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.47% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 135 - color contains mainly: blue. Hex color #6E7487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7487 is #918B78. Grayscale: #747474. Windows color (decimal): -9538425 or 8877166. OLE color: 8877166.

HSL color Cylindrical-coordinate representation of color #6E7487: hue angle of 225.6º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6E7487 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB110116135-
CMYK0.190.1400.47
HSL225.6º10.2%48.04%-
HSV(B)225.6º18.52%52.94%-
XYZ17.0517.5625.41-
YUV116.37138.51123.46-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.47%
GREEN value IS 116 (45.70% from 255) = 32.13%
BLUE value IS 135 (53.12% from 255) = 37.40%
R=30.47%
G=32.13%
B=37.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1101161350.190.1400.47225.610.248.04
Hex6E748713E02Fe2a30
Octal15616420723160573421260
Binary11011101110100100001111001111100101111111000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E7487; }

 p { color: rgb(110,116,135); }

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

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

 a { background-color: rgb(110,116,135); }

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

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

 span { border-color: rgb(110,116,135); }

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