Html Css Color HEX #6B7170 Rolling Stone

📋 copy color: '#6B7170'

red 107 ◦ green 113 ◦ blue 112

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

Shades of Rolling Stone #6B7170

Tints of Rolling Stone #6B7170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.73%

R = 32.23%
G = 34.04%
B = 33.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#6B7170 (or 0x6B7170) is known color: Rolling Stone. HEX triplet: 6B, 71 and 70. RGB value is (107,113,112). Sum of RGB (Red+Green+Blue) = 107+113+112=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 113 - color contains mainly: green. Hex color #6B7170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7170 is #948E8F. Grayscale: #6F6F6F. Windows color (decimal): -9735824 or 7369067. OLE color: 7369067.

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

Color convert

RGB 107 113 112 -
CMYK 0.05 0 0.01 0.56
HSL 170º 0.03% 0.43% -
HSV(B) 170º 0.05% 0.44% -
XYZ 14.89 16.11 17.65 -
YUV 111.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 107 113 112 0.05 0 0.01 0.56 170 0.03 0.43
Hex 6B 71 70 5 0 1 38 AA 3 2B
Octal 153 161 160 5 0 1 70 252 3 53
Binary 1101011 1110001 1110000 101 0 1 111000 10101010 11 101011

Color Harmonies of #6B7170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7170

Black with #6B7170

Text Example


Text Example

White with #6B7170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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