#6A7874

Color #6A7874 Rolling Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rolling Stone #6A7874

Tints of Rolling Stone #6A7874

Color information

#6A7874 (or 0x6A7874) is unknown color: approx Rolling Stone. HEX triplet: 6A, 78 and 74. RGB value is (106,120,116). Sum of RGB (Red+Green+Blue) = 106+120+116=342 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.99% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 120 - color contains mainly: green. Hex color #6A7874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7874 is #95878B. Grayscale: #737373. Windows color (decimal): -9799564 or 7633002. OLE color: 7633002.

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

Color convert

RGB106120116-
CMYK0.1200.030.53
HSL162.86º6.19%44.31%-
HSV(B)162.86º11.67%47.06%-
XYZ15.8117.7619.12-
YUV115.36128.36121.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.99%
GREEN value IS 120 (47.27% from 255) = 35.09%
BLUE value IS 116 (45.70% from 255) = 33.92%
R=30.99%
G=35.09%
B=33.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1061201160.1200.030.53162.866.1944.31
Hex6A7874C0335a362c
Octal152170164140365243654
Binary110101011110001110100110001111010110100011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6A7874;
 }
 .AnyTagClassName
 {
   color: #6A7874;
 }
</style>
background-color css

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

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

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

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

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

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