#6F7284

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

Shades of Storm Grey #6F7284

Tints of Storm Grey #6F7284

Color information

#6F7284 (or 0x6F7284) is unknown color: approx Storm Grey. HEX triplet: 6F, 72 and 84. RGB value is (111,114,132). Sum of RGB (Red+Green+Blue) = 111+114+132=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 132 - color contains mainly: blue. Hex color #6F7284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7284 is #908D7B. Grayscale: #737373. Windows color (decimal): -9473404 or 8680047. OLE color: 8680047.

HSL color Cylindrical-coordinate representation of color #6F7284: hue angle of 231.43º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F7284 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB111114132-
CMYK0.160.1400.48
HSL231.43º8.64%47.65%-
HSV(B)231.43º15.91%51.76%-
XYZ16.7417.0824.24-
YUV115.16137.51125.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.09%
GREEN value IS 114 (44.92% from 255) = 31.93%
BLUE value IS 132 (51.95% from 255) = 36.97%
R=31.09%
G=31.93%
B=36.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1111141320.160.1400.48231.438.6447.65
Hex6F728410E030e7930
Octal15716220420160603471160
Binary11011111110010100001001000011100110000111001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,114,132); }

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

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

 a { background-color: rgb(111,114,132); }

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

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

 span { border-color: rgb(111,114,132); }

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