#6F7583

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

Shades of Storm Grey #6F7583

Tints of Storm Grey #6F7583

Color information

#6F7583 (or 0x6F7583) is unknown color: approx Storm Grey. HEX triplet: 6F, 75 and 83. RGB value is (111,117,131). Sum of RGB (Red+Green+Blue) = 111+117+131=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 131 - color contains mainly: blue. Hex color #6F7583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7583 is #908A7C. Grayscale: #747474. Windows color (decimal): -9472637 or 8615279. OLE color: 8615279.

HSL color Cylindrical-coordinate representation of color #6F7583: hue angle of 222º 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 #6F7583 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB111117131-
CMYK0.150.1100.49
HSL222º8.26%47.45%-
HSV(B)222º15.27%51.37%-
XYZ17.0117.7424-
YUV116.8136.01123.86-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.92%
GREEN value IS 117 (46.09% from 255) = 32.59%
BLUE value IS 131 (51.56% from 255) = 36.49%
R=30.92%
G=32.59%
B=36.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1111171310.150.1100.492228.2647.45
Hex6F7583FB031de82f
Octal15716520317130613361057
Binary1101111111010110000011111110110110001110111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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