Html Css Color HEX #6D7473 Rolling Stone

📋 copy color: '#6D7473'

red 109 ◦ green 116 ◦ blue 115

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

Shades of Rolling Stone #6D7473

Tints of Rolling Stone #6D7473

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.12%

 BLUE value IS 115 (45.31% from 255) = 33.82%

R = 32.06%
G = 34.12%
B = 33.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#6D7473 (or 0x6D7473) is known color: Rolling Stone. HEX triplet: 6D, 74 and 73. RGB value is (109,116,115). Sum of RGB (Red+Green+Blue) = 109+116+115=340 (45% of max value = 765). Red value is 109 (42.97% from 255 or 32.06% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 116 - color contains mainly: green. Hex color #6D7473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7473 is #928B8C. Grayscale: #717171. Windows color (decimal): -9603981 or 7566445. OLE color: 7566445.

HSL color Cylindrical-coordinate representation of color #6D7473: hue angle of 171.43º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6D7473 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 116 115 -
CMYK 0.06 0 0.01 0.55
HSL 171.43º 0.03% 0.44% -
HSV(B) 171.43º 0.06% 0.45% -
XYZ 15.65 16.98 18.67 -
YUV 113.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 109 116 115 0.06 0 0.01 0.55 171.43 0.03 0.44
Hex 6D 74 73 6 0 1 37 AB 3 2C
Octal 155 164 163 6 0 1 67 253 3 54
Binary 1101101 1110100 1110011 110 0 1 110111 10101011 11 101100

Color Harmonies of #6D7473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7473

Black with #6D7473

Text Example


Text Example

White with #6D7473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,116,115); }

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

background-color css

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

 a { background-color: rgb(109,116,115); }

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

border-color css

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

 span { border-color: rgb(109,116,115); }

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