#6C7590

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

Shades of Storm Grey #6C7590

Tints of Storm Grey #6C7590

Color information

#6C7590 (or 0x6C7590) is unknown color: approx Storm Grey. HEX triplet: 6C, 75 and 90. RGB value is (108,117,144). Sum of RGB (Red+Green+Blue) = 108+117+144=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C7590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7590 is #938A6F. Grayscale: #757575. Windows color (decimal): -9669232 or 9467244. OLE color: 9467244.

HSL color Cylindrical-coordinate representation of color #6C7590: hue angle of 225º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C7590 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB108117144-
CMYK0.250.1900.44
HSL225º14.29%49.41%-
HSV(B)225º25%56.47%-
XYZ17.5817.9228.92-
YUV117.39143.02121.3-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.27%
GREEN value IS 117 (46.09% from 255) = 31.71%
BLUE value IS 144 (56.64% from 255) = 39.02%
R=29.27%
G=31.71%
B=39.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1081171440.250.1900.4422514.2949.41
Hex6C7590191302Ce1e31
Octal15416522031230543411661
Binary110110011101011001000011001100110101100111000011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,117,144); }

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

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

 a { background-color: rgb(108,117,144); }

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

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

 span { border-color: rgb(108,117,144); }

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