Html Css Color HEX #6B7471 Rolling Stone

📋 copy color: '#6B7471'

red 107 ◦ green 116 ◦ blue 113

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

Shades of Rolling Stone #6B7471

Tints of Rolling Stone #6B7471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.63%

R = 31.85%
G = 34.52%
B = 33.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#6B7471 (or 0x6B7471) is known color: Rolling Stone. HEX triplet: 6B, 74 and 71. RGB value is (107,116,113). Sum of RGB (Red+Green+Blue) = 107+116+113=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 116 - color contains mainly: green. Hex color #6B7471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7471 is #948B8E. Grayscale: #707070. Windows color (decimal): -9735055 or 7435371. OLE color: 7435371.

HSL color Cylindrical-coordinate representation of color #6B7471: hue angle of 160º 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 #6B7471 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 116 113 -
CMYK 0.08 0 0.03 0.55
HSL 160º 0.04% 0.44% -
HSV(B) 160º 0.08% 0.45% -
XYZ 15.29 16.81 18.06 -
YUV 112.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 107 116 113 0.08 0 0.03 0.55 160 0.04 0.44
Hex 6B 74 71 8 0 3 37 A0 4 2C
Octal 153 164 161 10 0 3 67 240 4 54
Binary 1101011 1110100 1110001 1000 0 11 110111 10100000 100 101100

Color Harmonies of #6B7471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7471

Black with #6B7471

Text Example


Text Example

White with #6B7471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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