Html Css Color HEX #6D6166 Scorpion

📋 copy color: '#6D6166'

red 109 ◦ green 97 ◦ blue 102

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

Shades of Scorpion #6D6166

Tints of Scorpion #6D6166

RGB

 RED value IS 109 (42.97% from 255) = 35.39%

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

 BLUE value IS 102 (40.23% from 255) = 33.12%

R = 35.39%
G = 31.49%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#6D6166 (or 0x6D6166) is known color: Scorpion. HEX triplet: 6D, 61 and 66. RGB value is (109,97,102). Sum of RGB (Red+Green+Blue) = 109+97+102=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6166 is #929E99. Grayscale: #656565. Windows color (decimal): -9608858 or 6709613. OLE color: 6709613.

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

Color convert

RGB 109 97 102 -
CMYK 0 0.11 0.06 0.57
HSL 335º 0.06% 0.4% -
HSV(B) 335º 0.11% 0.43% -
XYZ 12.98 12.76 14.35 -
YUV 101.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 109 97 102 0 0.11 0.06 0.57 335 0.06 0.4
Hex 6D 61 66 0 B 6 39 14F 6 28
Octal 155 141 146 0 13 6 71 517 6 50
Binary 1101101 1100001 1100110 0 1011 110 111001 101001111 110 101000

Color Harmonies of #6D6166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6166

Black with #6D6166

Text Example


Text Example

White with #6D6166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,97,102); }

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

background-color css

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

 a { background-color: rgb(109,97,102); }

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

border-color css

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

 span { border-color: rgb(109,97,102); }

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