Html Css Color HEX #6B6164 Scorpion

📋 copy color: '#6B6164'

red 107 ◦ green 97 ◦ blue 100

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

Shades of Scorpion #6B6164

Tints of Scorpion #6B6164

RGB

 RED value IS 107 (42.19% from 255) = 35.2%

 GREEN value IS 97 (38.28% from 255) = 31.91%

 BLUE value IS 100 (39.45% from 255) = 32.89%

R = 35.2%
G = 31.91%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6B6164 (or 0x6B6164) is known color: Scorpion. HEX triplet: 6B, 61 and 64. RGB value is (107,97,100). Sum of RGB (Red+Green+Blue) = 107+97+100=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6164 is #949E9B. Grayscale: #646464. Windows color (decimal): -9739932 or 6578539. OLE color: 6578539.

HSL color Cylindrical-coordinate representation of color #6B6164: hue angle of 342º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6B6164 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 97 100 -
CMYK 0 0.09 0.07 0.58
HSL 342º 0.05% 0.4% -
HSV(B) 342º 0.09% 0.42% -
XYZ 12.64 12.6 13.82 -
YUV 100.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 107 97 100 0 0.09 0.07 0.58 342 0.05 0.4
Hex 6B 61 64 0 9 7 3A 156 5 28
Octal 153 141 144 0 11 7 72 526 5 50
Binary 1101011 1100001 1100100 0 1001 111 111010 101010110 101 101000

Color Harmonies of #6B6164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6164

Black with #6B6164

Text Example


Text Example

White with #6B6164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B6164;
 }
 .AnyTagClassName
 {
   color: #6B6164;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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