#6B6E6D

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

Shades of Rolling Stone #6B6E6D

Tints of Rolling Stone #6B6E6D

Color information

#6B6E6D (or 0x6B6E6D) is unknown color: approx Rolling Stone. HEX triplet: 6B, 6E and 6D. RGB value is (107,110,109). Sum of RGB (Red+Green+Blue) = 107+110+109=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 110 - color contains mainly: green. Hex color #6B6E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6E6D is #949192. Grayscale: #6C6C6C. Windows color (decimal): -9736595 or 7171691. OLE color: 7171691.

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

Color convert

RGB107110109-
CMYK0.0300.010.57
HSL160º1.38%42.55%-
HSV(B)160º2.73%43.14%-
XYZ14.415.3816.68-
YUV108.99128.01126.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.82%
GREEN value IS 110 (43.36% from 255) = 33.74%
BLUE value IS 109 (42.97% from 255) = 33.44%
R=32.82%
G=33.74%
B=33.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1071101090.0300.010.571601.3842.55
Hex6B6E6D30139a012b
Octal15315615530171240153
Binary1101011110111011011011101111001101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,110,109); }

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

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

 a { background-color: rgb(107,110,109); }

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

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

 span { border-color: rgb(107,110,109); }

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