#6B718C

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

Shades of Storm Grey #6B718C

Tints of Storm Grey #6B718C

Color information

#6B718C (or 0x6B718C) is unknown color: approx Storm Grey. HEX triplet: 6B, 71 and 8C. RGB value is (107,113,140). Sum of RGB (Red+Green+Blue) = 107+113+140=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 140 - color contains mainly: blue. Hex color #6B718C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B718C is #948E73. Grayscale: #727272. Windows color (decimal): -9735796 or 9204075. OLE color: 9204075.

HSL color Cylindrical-coordinate representation of color #6B718C: hue angle of 229.09º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B718C is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB107113140-
CMYK0.240.1900.45
HSL229.09º13.36%48.43%-
HSV(B)229.09º23.57%54.9%-
XYZ16.716.8327.18-
YUV114.28142.51122.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.72%
GREEN value IS 113 (44.53% from 255) = 31.39%
BLUE value IS 140 (55.08% from 255) = 38.89%
R=29.72%
G=31.39%
B=38.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1071131400.240.1900.45229.0913.3648.43
Hex6B718C181302De5d30
Octal15316121430230553451560
Binary110101111100011000110011000100110101101111001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,113,140); }

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

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

 a { background-color: rgb(107,113,140); }

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

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

 span { border-color: rgb(107,113,140); }

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