#6a7083

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

Shades of Storm Grey #6A7083

Tints of Storm Grey #6A7083

Color information

#6A7083 (or 0x6A7083) is unknown color: approx Storm Grey. HEX triplet: 6A, 70 and 83. RGB value is (106,112,131). Sum of RGB (Red+Green+Blue) = 106+112+131=349 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.37% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 131 - color contains mainly: blue. Hex color #6A7083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7083 is #958F7C. Grayscale: #707070. Windows color (decimal): -9801597 or 8613994. OLE color: 8613994.

HSL color Cylindrical-coordinate representation of color #6A7083: hue angle of 225.6º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6A7083 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB106112131-
CMYK0.190.1500.49
HSL225.6º10.55%46.47%-
HSV(B)225.6º19.08%51.37%-
XYZ15.8316.2923.78-
YUV112.37138.51123.46-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.37%
GREEN value IS 112 (44.14% from 255) = 32.09%
BLUE value IS 131 (51.56% from 255) = 37.54%
R=30.37%
G=32.09%
B=37.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1061121310.190.1500.49225.610.5546.47
Hex6A708313F031e2b2e
Octal15216020323170613421356
Binary11010101110000100000111001111110110001111000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a7083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,112,131); }

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

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

 a { background-color: rgb(106,112,131); }

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

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

 span { border-color: rgb(106,112,131); }

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