Html Css Color HEX #6B7974 Rolling Stone

📋 copy color: '#6B7974'

red 107 ◦ green 121 ◦ blue 116

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

Shades of Rolling Stone #6B7974

Tints of Rolling Stone #6B7974

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.17%

 BLUE value IS 116 (45.7% from 255) = 33.72%

R = 31.1%
G = 35.17%
B = 33.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#6B7974 (or 0x6B7974) is known color: Rolling Stone. HEX triplet: 6B, 79 and 74. RGB value is (107,121,116). Sum of RGB (Red+Green+Blue) = 107+121+116=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 121 - color contains mainly: green. Hex color #6B7974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7974 is #94868B. Grayscale: #747474. Windows color (decimal): -9733772 or 7633259. OLE color: 7633259.

HSL color Cylindrical-coordinate representation of color #6B7974: hue angle of 158.57º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6B7974 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 121 116 -
CMYK 0.12 0 0.04 0.53
HSL 158.57º 0.06% 0.45% -
HSV(B) 158.57º 0.12% 0.47% -
XYZ 16.05 18.06 19.16 -
YUV 116.24 127.86 121.41 -
System Red Green Blue C M Y K H S L
Decimal 107 121 116 0.12 0 0.04 0.53 158.57 0.06 0.45
Hex 6B 79 74 C 0 4 35 9F 6 2D
Octal 153 171 164 14 0 4 65 237 6 55
Binary 1101011 1111001 1110100 1100 0 100 110101 10011111 110 101101

Color Harmonies of #6B7974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7974

Black with #6B7974

Text Example


Text Example

White with #6B7974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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