Html Css Color HEX #646D6B Rolling Stone

📋 copy color: '#646D6B'

red 100 ◦ green 109 ◦ blue 107

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

Shades of Rolling Stone #646D6B

Tints of Rolling Stone #646D6B

RGB

 RED value IS 100 (39.45% from 255) = 31.65%

 GREEN value IS 109 (42.97% from 255) = 34.49%

 BLUE value IS 107 (42.19% from 255) = 33.86%

R = 31.65%
G = 34.49%
B = 33.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#646D6B (or 0x646D6B) is known color: Rolling Stone. HEX triplet: 64, 6D and 6B. RGB value is (100,109,107). Sum of RGB (Red+Green+Blue) = 100+109+107=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 109 - color contains mainly: green. Hex color #646D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646D6B is #9B9294. Grayscale: #6A6A6A. Windows color (decimal): -10195605 or 7040356. OLE color: 7040356.

HSL color Cylindrical-coordinate representation of color #646D6B: hue angle of 166.67º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #646D6B is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 100 109 107 -
CMYK 0.08 0 0.02 0.57
HSL 166.67º 0.04% 0.41% -
HSV(B) 166.67º 0.08% 0.43% -
XYZ 13.38 14.71 16.04 -
YUV 106.08 128.52 123.66 -
System Red Green Blue C M Y K H S L
Decimal 100 109 107 0.08 0 0.02 0.57 166.67 0.04 0.41
Hex 64 6D 6B 8 0 2 39 A7 4 29
Octal 144 155 153 10 0 2 71 247 4 51
Binary 1100100 1101101 1101011 1000 0 10 111001 10100111 100 101001

Color Harmonies of #646D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646D6B

Black with #646D6B

Text Example


Text Example

White with #646D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646D6B; }

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

 H1.HeaderClassName
 {
   color: #646D6B;
 }
 .AnyTagClassName
 {
   color: #646D6B;
 }
</style>

background-color css

<style>
 a { background-color: #646D6B; }

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

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

border-color css

<style>
 span { border-color: #646D6B; }

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

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