#6F758D

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

Shades of Storm Grey #6F758D

Tints of Storm Grey #6F758D

Color information

#6F758D (or 0x6F758D) is unknown color: approx Storm Grey. HEX triplet: 6F, 75 and 8D. RGB value is (111,117,141). Sum of RGB (Red+Green+Blue) = 111+117+141=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F758D is #908A72. Grayscale: #757575. Windows color (decimal): -9472627 or 9270639. OLE color: 9270639.

HSL color Cylindrical-coordinate representation of color #6F758D: hue angle of 228º 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 #6F758D is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB111117141-
CMYK0.210.1700.45
HSL228º11.9%49.41%-
HSV(B)228º21.28%55.29%-
XYZ17.7218.0327.74-
YUV117.94141.01123.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.08%
GREEN value IS 117 (46.09% from 255) = 31.71%
BLUE value IS 141 (55.47% from 255) = 38.21%
R=30.08%
G=31.71%
B=38.21%

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
Decimal1111171410.210.1700.4522811.949.41
Hex6F758D151102De4c31
Octal15716521525210553441461
Binary110111111101011000110110101100010101101111001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,117,141); }

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

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

 a { background-color: rgb(111,117,141); }

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

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

 span { border-color: rgb(111,117,141); }

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