#6C7386

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

Shades of Storm Grey #6C7386

Tints of Storm Grey #6C7386

Color information

#6C7386 (or 0x6C7386) is unknown color: approx Storm Grey. HEX triplet: 6C, 73 and 86. RGB value is (108,115,134). Sum of RGB (Red+Green+Blue) = 108+115+134=357 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.25% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 134 - color contains mainly: blue. Hex color #6C7386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7386 is #938C79. Grayscale: #727272. Windows color (decimal): -9669754 or 8811372. OLE color: 8811372.

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

Color convert

RGB108115134-
CMYK0.190.1400.47
HSL223.85º10.74%47.45%-
HSV(B)223.85º19.4%52.55%-
XYZ16.6217.1724.99-
YUV115.07138.68122.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.25%
GREEN value IS 115 (45.31% from 255) = 32.21%
BLUE value IS 134 (52.73% from 255) = 37.54%
R=30.25%
G=32.21%
B=37.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1081151340.190.1400.47223.8510.7447.45
Hex6C738613E02Fe0b2f
Octal15416320623160573401357
Binary11011001110011100001101001111100101111111000001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,115,134); }

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

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

 a { background-color: rgb(108,115,134); }

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

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

 span { border-color: rgb(108,115,134); }

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