#6F7682

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

Shades of Storm Grey #6F7682

Tints of Storm Grey #6F7682

Color information

#6F7682 (or 0x6F7682) is unknown color: approx Storm Grey. HEX triplet: 6F, 76 and 82. RGB value is (111,118,130). Sum of RGB (Red+Green+Blue) = 111+118+130=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 130 - color contains mainly: blue. Hex color #6F7682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7682 is #90897D. Grayscale: #757575. Windows color (decimal): -9472382 or 8549999. OLE color: 8549999.

HSL color Cylindrical-coordinate representation of color #6F7682: hue angle of 217.89º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6F7682 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB111118130-
CMYK0.150.0900.49
HSL217.89º7.88%47.25%-
HSV(B)217.89º14.62%50.98%-
XYZ17.0617.9523.68-
YUV117.27135.18123.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.92%
GREEN value IS 118 (46.48% from 255) = 32.87%
BLUE value IS 130 (51.17% from 255) = 36.21%
R=30.92%
G=32.87%
B=36.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1111181300.150.0900.49217.897.8847.25
Hex6F7682F9031da82f
Octal15716620217110613321057
Binary1101111111011010000010111110010110001110110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,118,130); }

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

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

 a { background-color: rgb(111,118,130); }

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

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

 span { border-color: rgb(111,118,130); }

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