#6F7690

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

Shades of Storm Grey #6F7690

Tints of Storm Grey #6F7690

Color information

#6F7690 (or 0x6F7690) is unknown color: approx Storm Grey. HEX triplet: 6F, 76 and 90. RGB value is (111,118,144). Sum of RGB (Red+Green+Blue) = 111+118+144=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 144 - color contains mainly: blue. Hex color #6F7690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7690 is #90896F. Grayscale: #767676. Windows color (decimal): -9472368 or 9467503. OLE color: 9467503.

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

Color convert

RGB111118144-
CMYK0.230.1800.44
HSL227.27º12.94%50%-
HSV(B)227.27º22.92%56.47%-
XYZ18.0718.3528.98-
YUV118.87142.18122.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.76%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 144 (56.64% from 255) = 38.61%
R=29.76%
G=31.64%
B=38.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1111181440.230.1800.44227.2712.9450
Hex6F7690171202Ce3d32
Octal15716622027220543431562
Binary110111111101101001000010111100100101100111000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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