Html Css Color HEX #6A7974 Rolling Stone

📋 copy color: '#6A7974'

red 106 ◦ green 121 ◦ blue 116

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

Shades of Rolling Stone #6A7974

Tints of Rolling Stone #6A7974

RGB

 RED value IS 106 (41.8% from 255) = 30.9%

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

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

R = 30.9%
G = 35.28%
B = 33.82%

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

#6A7974 (or 0x6A7974) is known color: Rolling Stone. HEX triplet: 6A, 79 and 74. RGB value is (106,121,116). Sum of RGB (Red+Green+Blue) = 106+121+116=343 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.90% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 121 - color contains mainly: green. Hex color #6A7974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7974 is #95868B. Grayscale: #737373. Windows color (decimal): -9799308 or 7633258. OLE color: 7633258.

HSL color Cylindrical-coordinate representation of color #6A7974: hue angle of 160º degrees, saturation: 0.07, 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 #6A7974 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 106 121 116 -
CMYK 0.12 0 0.04 0.53
HSL 160º 0.07% 0.45% -
HSV(B) 160º 0.12% 0.47% -
XYZ 15.93 18 19.16 -
YUV 115.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 106 121 116 0.12 0 0.04 0.53 160 0.07 0.45
Hex 6A 79 74 C 0 4 35 A0 7 2D
Octal 152 171 164 14 0 4 65 240 7 55
Binary 1101010 1111001 1110100 1100 0 100 110101 10100000 111 101101

Color Harmonies of #6A7974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7974

Black with #6A7974

Text Example


Text Example

White with #6A7974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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