Html Css Color HEX #6D718C Storm Grey

📋 copy color: '#6D718C'

red 109 ◦ green 113 ◦ blue 140

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

Shades of Storm Grey #6D718C

Tints of Storm Grey #6D718C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.67%

R = 30.11%
G = 31.22%
B = 38.67%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D718C (or 0x6D718C) is known color: Storm Grey. HEX triplet: 6D, 71 and 8C. RGB value is (109,113,140). Sum of RGB (Red+Green+Blue) = 109+113+140=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D718C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D718C is #928E73. Grayscale: #727272. Windows color (decimal): -9604724 or 9204077. OLE color: 9204077.

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

Color convert

RGB 109 113 140 -
CMYK 0.22 0.19 0 0.45
HSL 232.26º 0.12% 0.49% -
HSV(B) 232.26º 0.22% 0.55% -
XYZ 16.95 16.95 27.19 -
YUV 114.88 142.17 123.8 -
System Red Green Blue C M Y K H S L
Decimal 109 113 140 0.22 0.19 0 0.45 232.26 0.12 0.49
Hex 6D 71 8C 16 13 0 2D E8 C 31
Octal 155 161 214 26 23 0 55 350 14 61
Binary 1101101 1110001 10001100 10110 10011 0 101101 11101000 1100 110001

Color Harmonies of #6D718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D718C

Black with #6D718C

Text Example


Text Example

White with #6D718C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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