#626E6B

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

Shades of Rolling Stone #626E6B

Tints of Rolling Stone #626E6B

Color information

#626E6B (or 0x626E6B) is unknown color: approx Rolling Stone. HEX triplet: 62, 6E and 6B. RGB value is (98,110,107). Sum of RGB (Red+Green+Blue) = 98+110+107=315 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.11% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 110 - color contains mainly: green. Hex color #626E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626E6B is #9D9194. Grayscale: #6A6A6A. Windows color (decimal): -10326421 or 7040610. OLE color: 7040610.

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

Color convert

RGB98110107-
CMYK0.1100.030.57
HSL165º5.77%40.78%-
HSV(B)165º10.91%43.14%-
XYZ13.2714.8116.07-
YUV106.07128.52122.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.11%
GREEN value IS 110 (43.36% from 255) = 34.92%
BLUE value IS 107 (42.19% from 255) = 33.97%
R=31.11%
G=34.92%
B=33.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal981101070.1100.030.571655.7740.78
Hex626E6BB0339a5629
Octal142156153130371245651
Binary110001011011101101011101101111100110100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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