Html Css Color HEX #6D728D Storm Grey

📋 copy color: '#6D728D'

red 109 ◦ green 114 ◦ blue 141

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

Shades of Storm Grey #6D728D

Tints of Storm Grey #6D728D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.32%

 BLUE value IS 141 (55.47% from 255) = 38.74%

R = 29.95%
G = 31.32%
B = 38.74%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D728D (or 0x6D728D) is known color: Storm Grey. HEX triplet: 6D, 72 and 8D. RGB value is (109,114,141). Sum of RGB (Red+Green+Blue) = 109+114+141=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D728D is #928D72. Grayscale: #737373. Windows color (decimal): -9604467 or 9269869. OLE color: 9269869.

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

Color convert

RGB 109 114 141 -
CMYK 0.23 0.19 0 0.45
HSL 230.63º 0.13% 0.49% -
HSV(B) 230.63º 0.23% 0.55% -
XYZ 17.13 17.21 27.62 -
YUV 115.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 109 114 141 0.23 0.19 0 0.45 230.63 0.13 0.49
Hex 6D 72 8D 17 13 0 2D E7 D 31
Octal 155 162 215 27 23 0 55 347 15 61
Binary 1101101 1110010 10001101 10111 10011 0 101101 11100111 1101 110001

Color Harmonies of #6D728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D728D

Black with #6D728D

Text Example


Text Example

White with #6D728D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,114,141); }

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

background-color css

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

 a { background-color: rgb(109,114,141); }

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

border-color css

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

 span { border-color: rgb(109,114,141); }

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