#6E748E

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

Shades of Storm Grey #6E748E

Tints of Storm Grey #6E748E

Color information

#6E748E (or 0x6E748E) is unknown color: approx Storm Grey. HEX triplet: 6E, 74 and 8E. RGB value is (110,116,142). Sum of RGB (Red+Green+Blue) = 110+116+142=368 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.89% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 142 - color contains mainly: blue. Hex color #6E748E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E748E is #918B71. Grayscale: #757575. Windows color (decimal): -9538418 or 9335918. OLE color: 9335918.

HSL color Cylindrical-coordinate representation of color #6E748E: hue angle of 228.75º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E748E is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB110116142-
CMYK0.230.1800.44
HSL228.75º12.7%49.41%-
HSV(B)228.75º22.54%55.69%-
XYZ17.5617.7628.09-
YUV117.17142.01122.89-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.89%
GREEN value IS 116 (45.70% from 255) = 31.52%
BLUE value IS 142 (55.86% from 255) = 38.59%
R=29.89%
G=31.52%
B=38.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1101161420.230.1800.44228.7512.749.41
Hex6E748E171202Ce5d31
Octal15616421627220543451561
Binary110111011101001000111010111100100101100111001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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