#6E748B

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

Shades of Storm Grey #6E748B

Tints of Storm Grey #6E748B

Color information

#6E748B (or 0x6E748B) is unknown color: approx Storm Grey. HEX triplet: 6E, 74 and 8B. RGB value is (110,116,139). Sum of RGB (Red+Green+Blue) = 110+116+139=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E748B is #918B74. Grayscale: #747474. Windows color (decimal): -9538421 or 9139310. OLE color: 9139310.

HSL color Cylindrical-coordinate representation of color #6E748B: hue angle of 227.59º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E748B is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB110116139-
CMYK0.210.1700.45
HSL227.59º11.65%48.82%-
HSV(B)227.59º20.86%54.51%-
XYZ17.3417.6726.92-
YUV116.83140.51123.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.14%
GREEN value IS 116 (45.70% from 255) = 31.78%
BLUE value IS 139 (54.69% from 255) = 38.08%
R=30.14%
G=31.78%
B=38.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1101161390.210.1700.45227.5911.6548.82
Hex6E748B151102De4c31
Octal15616421325210553441461
Binary110111011101001000101110101100010101101111001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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