#6A7286

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

Shades of Storm Grey #6A7286

Tints of Storm Grey #6A7286

Color information

#6A7286 (or 0x6A7286) is unknown color: approx Storm Grey. HEX triplet: 6A, 72 and 86. RGB value is (106,114,134). Sum of RGB (Red+Green+Blue) = 106+114+134=354 (46% of max value = 765). Red value is 106 (41.80% from 255 or 29.94% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 134 - color contains mainly: blue. Hex color #6A7286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7286 is #958D79. Grayscale: #717171. Windows color (decimal): -9801082 or 8811114. OLE color: 8811114.

HSL color Cylindrical-coordinate representation of color #6A7286: hue angle of 222.86º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A7286 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB106114134-
CMYK0.210.1500.47
HSL222.86º11.67%47.06%-
HSV(B)222.86º20.9%52.55%-
XYZ16.2616.8224.94-
YUV113.89139.35122.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.94%
GREEN value IS 114 (44.92% from 255) = 32.20%
BLUE value IS 134 (52.73% from 255) = 37.85%
R=29.94%
G=32.20%
B=37.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1061141340.210.1500.47222.8611.6747.06
Hex6A728615F02Fdfc2f
Octal15216220625170573371457
Binary11010101110010100001101010111110101111110111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,114,134); }

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

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

 a { background-color: rgb(106,114,134); }

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

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

 span { border-color: rgb(106,114,134); }

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