Html Css Color HEX #6E7170 Rolling Stone

📋 copy color: '#6E7170'

red 110 ◦ green 113 ◦ blue 112

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

Shades of Rolling Stone #6E7170

Tints of Rolling Stone #6E7170

RGB

 RED value IS 110 (43.36% from 255) = 32.84%

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

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

R = 32.84%
G = 33.73%
B = 33.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#6E7170 (or 0x6E7170) is known color: Rolling Stone. HEX triplet: 6E, 71 and 70. RGB value is (110,113,112). Sum of RGB (Red+Green+Blue) = 110+113+112=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 113 - color contains mainly: green. Hex color #6E7170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7170 is #918E8F. Grayscale: #6F6F6F. Windows color (decimal): -9539216 or 7369070. OLE color: 7369070.

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

Color convert

RGB 110 113 112 -
CMYK 0.03 0 0.01 0.56
HSL 160º 0.01% 0.44% -
HSV(B) 160º 0.03% 0.44% -
XYZ 15.26 16.3 17.67 -
YUV 111.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 110 113 112 0.03 0 0.01 0.56 160 0.01 0.44
Hex 6E 71 70 3 0 1 38 A0 1 2C
Octal 156 161 160 3 0 1 70 240 1 54
Binary 1101110 1110001 1110000 11 0 1 111000 10100000 1 101100

Color Harmonies of #6E7170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7170

Black with #6E7170

Text Example


Text Example

White with #6E7170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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