#6F768E

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

Shades of Storm Grey #6F768E

Tints of Storm Grey #6F768E

Color information

#6F768E (or 0x6F768E) is unknown color: approx Storm Grey. HEX triplet: 6F, 76 and 8E. RGB value is (111,118,142). Sum of RGB (Red+Green+Blue) = 111+118+142=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F768E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F768E is #908971. Grayscale: #767676. Windows color (decimal): -9472370 or 9336431. OLE color: 9336431.

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

Color convert

RGB111118142-
CMYK0.220.1700.44
HSL226.45º12.25%49.61%-
HSV(B)226.45º21.83%55.69%-
XYZ17.9218.2928.18-
YUV118.64141.18122.55-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.92%
GREEN value IS 118 (46.48% from 255) = 31.81%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=29.92%
G=31.81%
B=38.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1111181420.220.1700.44226.4512.2549.61
Hex6F768E161102Ce2c32
Octal15716621626210543421462
Binary110111111101101000111010110100010101100111000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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