#6E7191

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

Shades of Storm Grey #6E7191

Tints of Storm Grey #6E7191

Color information

#6E7191 (or 0x6E7191) is unknown color: approx Storm Grey. HEX triplet: 6E, 71 and 91. RGB value is (110,113,145). Sum of RGB (Red+Green+Blue) = 110+113+145=368 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.89% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E7191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7191 is #918E6E. Grayscale: #737373. Windows color (decimal): -9539183 or 9531758. OLE color: 9531758.

HSL color Cylindrical-coordinate representation of color #6E7191: hue angle of 234.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 #6E7191 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB110113145-
CMYK0.240.2200.43
HSL234.86º13.73%50%-
HSV(B)234.86º24.14%56.86%-
XYZ17.4517.1729.18-
YUV115.75144.51123.9-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.89%
GREEN value IS 113 (44.53% from 255) = 30.71%
BLUE value IS 145 (57.03% from 255) = 39.40%
R=29.89%
G=30.71%
B=39.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1101131450.240.2200.43234.8613.7350
Hex6E7191181602Bebe32
Octal15616122130260533531662
Binary110111011100011001000111000101100101011111010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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