Html Css Color HEX #6D718F Storm Grey

📋 copy color: '#6D718F'

red 109 ◦ green 113 ◦ blue 143

#6D718F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Grey #6D718F

Tints of Storm Grey #6D718F

RGB

 RED value IS 109 (42.97% from 255) = 29.86%

 GREEN value IS 113 (44.53% from 255) = 30.96%

 BLUE value IS 143 (56.25% from 255) = 39.18%

R = 29.86%
G = 30.96%
B = 39.18%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6D718F (or 0x6D718F) is known color: Storm Grey. HEX triplet: 6D, 71 and 8F. RGB value is (109,113,143). Sum of RGB (Red+Green+Blue) = 109+113+143=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 143 - color contains mainly: blue. Hex color #6D718F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D718F is #928E70. Grayscale: #737373. Windows color (decimal): -9604721 or 9400685. OLE color: 9400685.

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

Color convert

RGB 109 113 143 -
CMYK 0.24 0.21 0 0.44
HSL 232.94º 0.13% 0.49% -
HSV(B) 232.94º 0.24% 0.56% -
XYZ 17.17 17.04 28.37 -
YUV 115.22 143.67 123.56 -
System Red Green Blue C M Y K H S L
Decimal 109 113 143 0.24 0.21 0 0.44 232.94 0.13 0.49
Hex 6D 71 8F 18 15 0 2C E9 D 31
Octal 155 161 217 30 25 0 54 351 15 61
Binary 1101101 1110001 10001111 11000 10101 0 101100 11101001 1101 110001

Color Harmonies of #6D718F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D718F

Black with #6D718F

Text Example


Text Example

White with #6D718F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,113,143); }

 H1.HeaderClassName
 {
   color: #6D718F;
 }
 .AnyTagClassName
 {
   color: #6D718F;
 }
</style>

background-color css

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

 a { background-color: rgb(109,113,143); }

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

border-color css

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

 span { border-color: rgb(109,113,143); }

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