#6F7075

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

Shades of Storm Grey #6F7075

Tints of Storm Grey #6F7075

Color information

#6F7075 (or 0x6F7075) is unknown color: approx Storm Grey. HEX triplet: 6F, 70 and 75. RGB value is (111,112,117). Sum of RGB (Red+Green+Blue) = 111+112+117=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 117 - color contains mainly: blue. Hex color #6F7075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7075 is #908F8A. Grayscale: #707070. Windows color (decimal): -9473931 or 7696495. OLE color: 7696495.

HSL color Cylindrical-coordinate representation of color #6F7075: hue angle of 230º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6F7075 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB111112117-
CMYK0.050.0400.54
HSL230º2.63%44.71%-
HSV(B)230º5.13%45.88%-
XYZ15.5616.2519.15-
YUV112.27130.67127.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.65%
GREEN value IS 112 (44.14% from 255) = 32.94%
BLUE value IS 117 (46.09% from 255) = 34.41%
R=32.65%
G=32.94%
B=34.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1111121170.050.0400.542302.6344.71
Hex6F707554036e632d
Octal15716016554066346355
Binary11011111110000111010110110001101101110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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