#6A7384

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

Shades of Storm Grey #6A7384

Tints of Storm Grey #6A7384

Color information

#6A7384 (or 0x6A7384) is unknown color: approx Storm Grey. HEX triplet: 6A, 73 and 84. RGB value is (106,115,132). Sum of RGB (Red+Green+Blue) = 106+115+132=353 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.03% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 132 - color contains mainly: blue. Hex color #6A7384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7384 is #958C7B. Grayscale: #727272. Windows color (decimal): -9800828 or 8680298. OLE color: 8680298.

HSL color Cylindrical-coordinate representation of color #6A7384: hue angle of 219.23º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A7384 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB106115132-
CMYK0.200.1300.48
HSL219.23º10.92%46.67%-
HSV(B)219.23º19.7%51.76%-
XYZ16.2416.9924.25-
YUV114.25138.02122.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.03%
GREEN value IS 115 (45.31% from 255) = 32.58%
BLUE value IS 132 (51.95% from 255) = 37.39%
R=30.03%
G=32.58%
B=37.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1061151320.200.1300.48219.2310.9246.67
Hex6A738414D030dbb2f
Octal15216320424150603331357
Binary11010101110011100001001010011010110000110110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,115,132); }

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

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

 a { background-color: rgb(106,115,132); }

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

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

 span { border-color: rgb(106,115,132); }

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