#6F7483

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

Shades of Storm Grey #6F7483

Tints of Storm Grey #6F7483

Color information

#6F7483 (or 0x6F7483) is unknown color: approx Storm Grey. HEX triplet: 6F, 74 and 83. RGB value is (111,116,131). Sum of RGB (Red+Green+Blue) = 111+116+131=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 131 - color contains mainly: blue. Hex color #6F7483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7483 is #908B7C. Grayscale: #747474. Windows color (decimal): -9472893 or 8615023. OLE color: 8615023.

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

Color convert

RGB111116131-
CMYK0.150.1100.49
HSL225º8.26%47.45%-
HSV(B)225º15.27%51.37%-
XYZ16.917.5123.96-
YUV116.22136.34124.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.01%
GREEN value IS 116 (45.70% from 255) = 32.40%
BLUE value IS 131 (51.56% from 255) = 36.59%
R=31.01%
G=32.40%
B=36.59%

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
Decimal1111161310.150.1100.492258.2647.45
Hex6F7483FB031e182f
Octal15716420317130613411057
Binary1101111111010010000011111110110110001111000011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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