#626F6C

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

Shades of Rolling Stone #626F6C

Tints of Rolling Stone #626F6C

Color information

#626F6C (or 0x626F6C) is unknown color: approx Rolling Stone. HEX triplet: 62, 6F and 6C. RGB value is (98,111,108). Sum of RGB (Red+Green+Blue) = 98+111+108=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 111 - color contains mainly: green. Hex color #626F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626F6C is #9D9093. Grayscale: #6A6A6A. Windows color (decimal): -10326164 or 7106402. OLE color: 7106402.

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

Color convert

RGB98111108-
CMYK0.1200.030.56
HSL166.15º6.22%40.98%-
HSV(B)166.15º11.71%43.53%-
XYZ13.4315.0516.38-
YUV106.77128.69121.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.91%
GREEN value IS 111 (43.75% from 255) = 35.02%
BLUE value IS 108 (42.58% from 255) = 34.07%
R=30.91%
G=35.02%
B=34.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal981111080.1200.030.56166.156.2240.98
Hex626F6CC0338a6629
Octal142157154140370246651
Binary110001011011111101100110001111100010100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626F6C; }

 p { color: rgb(98,111,108); }

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

<style>
 a { background-color: #626F6C; }

 a { background-color: rgb(98,111,108); }

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

<style>
 span { border-color: #626F6C; }

 span { border-color: rgb(98,111,108); }

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