#6E7891

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

Shades of Storm Grey #6E7891

Tints of Storm Grey #6E7891

Color information

#6E7891 (or 0x6E7891) is unknown color: approx Storm Grey. HEX triplet: 6E, 78 and 91. RGB value is (110,120,145). Sum of RGB (Red+Green+Blue) = 110+120+145=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E7891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7891 is #91876E. Grayscale: #777777. Windows color (decimal): -9537391 or 9533550. OLE color: 9533550.

HSL color Cylindrical-coordinate representation of color #6E7891: hue angle of 222.86º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E7891 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB110120145-
CMYK0.240.1700.43
HSL222.86º13.73%50%-
HSV(B)222.86º24.14%56.86%-
XYZ18.2618.7929.45-
YUV119.86142.19120.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.33%
GREEN value IS 120 (47.27% from 255) = 32%
BLUE value IS 145 (57.03% from 255) = 38.67%
R=29.33%
G=32%
B=38.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1101201450.240.1700.43222.8613.7350
Hex6E7891181102Bdfe32
Octal15617022130210533371662
Binary110111011110001001000111000100010101011110111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,120,145); }

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

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

 a { background-color: rgb(110,120,145); }

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

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

 span { border-color: rgb(110,120,145); }

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