Html Css Color HEX #6B7473 Rolling Stone

📋 copy color: '#6B7473'

red 107 ◦ green 116 ◦ blue 115

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

Shades of Rolling Stone #6B7473

Tints of Rolling Stone #6B7473

RGB

 RED value IS 107 (42.19% from 255) = 31.66%

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

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

R = 31.66%
G = 34.32%
B = 34.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#6B7473 (or 0x6B7473) is known color: Rolling Stone. HEX triplet: 6B, 74 and 73. RGB value is (107,116,115). Sum of RGB (Red+Green+Blue) = 107+116+115=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 116 - color contains mainly: green. Hex color #6B7473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7473 is #948B8C. Grayscale: #717171. Windows color (decimal): -9735053 or 7566443. OLE color: 7566443.

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

Color convert

RGB 107 116 115 -
CMYK 0.08 0 0.01 0.55
HSL 173.33º 0.04% 0.44% -
HSV(B) 173.33º 0.08% 0.45% -
XYZ 15.4 16.85 18.66 -
YUV 113.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 107 116 115 0.08 0 0.01 0.55 173.33 0.04 0.44
Hex 6B 74 73 8 0 1 37 AD 4 2C
Octal 153 164 163 10 0 1 67 255 4 54
Binary 1101011 1110100 1110011 1000 0 1 110111 10101101 100 101100

Color Harmonies of #6B7473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7473

Black with #6B7473

Text Example


Text Example

White with #6B7473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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