#6F778E

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

Shades of Storm Grey #6F778E

Tints of Storm Grey #6F778E

Color information

#6F778E (or 0x6F778E) is unknown color: approx Storm Grey. HEX triplet: 6F, 77 and 8E. RGB value is (111,119,142). Sum of RGB (Red+Green+Blue) = 111+119+142=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F778E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F778E is #908871. Grayscale: #777777. Windows color (decimal): -9472114 or 9336687. OLE color: 9336687.

HSL color Cylindrical-coordinate representation of color #6F778E: hue angle of 224.52º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F778E is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB111119142-
CMYK0.220.1600.44
HSL224.52º12.25%49.61%-
HSV(B)224.52º21.83%55.69%-
XYZ18.0318.5328.22-
YUV119.23140.85122.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.84%
GREEN value IS 119 (46.88% from 255) = 31.99%
BLUE value IS 142 (55.86% from 255) = 38.17%
R=29.84%
G=31.99%
B=38.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1111191420.220.1600.44224.5212.2549.61
Hex6F778E161002Ce1c32
Octal15716721626200543411462
Binary110111111101111000111010110100000101100111000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,119,142); }

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

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

 a { background-color: rgb(111,119,142); }

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

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

 span { border-color: rgb(111,119,142); }

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