Html Css Color HEX #6B7271 Rolling Stone

📋 copy color: '#6B7271'

red 107 ◦ green 114 ◦ blue 113

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

Shades of Rolling Stone #6B7271

Tints of Rolling Stone #6B7271

RGB

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

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

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

R = 32.04%
G = 34.13%
B = 33.83%

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

#6B7271 (or 0x6B7271) is known color: Rolling Stone. HEX triplet: 6B, 72 and 71. RGB value is (107,114,113). Sum of RGB (Red+Green+Blue) = 107+114+113=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7271 is #948D8E. Grayscale: #6F6F6F. Windows color (decimal): -9735567 or 7434859. OLE color: 7434859.

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

Color convert

RGB 107 114 113 -
CMYK 0.06 0 0.01 0.55
HSL 171.43º 0.03% 0.43% -
HSV(B) 171.43º 0.06% 0.45% -
XYZ 15.06 16.35 17.99 -
YUV 111.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 107 114 113 0.06 0 0.01 0.55 171.43 0.03 0.43
Hex 6B 72 71 6 0 1 37 AB 3 2B
Octal 153 162 161 6 0 1 67 253 3 53
Binary 1101011 1110010 1110001 110 0 1 110111 10101011 11 101011

Color Harmonies of #6B7271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7271

Black with #6B7271

Text Example


Text Example

White with #6B7271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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