Html Css Color HEX #6D6366 Scorpion

📋 copy color: '#6D6366'

red 109 ◦ green 99 ◦ blue 102

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

Shades of Scorpion #6D6366

Tints of Scorpion #6D6366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.94%

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

R = 35.16%
G = 31.94%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#6D6366 (or 0x6D6366) is known color: Scorpion. HEX triplet: 6D, 63 and 66. RGB value is (109,99,102). Sum of RGB (Red+Green+Blue) = 109+99+102=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6366 is #929C99. Grayscale: #666666. Windows color (decimal): -9608346 or 6710125. OLE color: 6710125.

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

Color convert

RGB 109 99 102 -
CMYK 0 0.09 0.06 0.57
HSL 342º 0.05% 0.41% -
HSV(B) 342º 0.09% 0.43% -
XYZ 13.17 13.13 14.41 -
YUV 102.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 109 99 102 0 0.09 0.06 0.57 342 0.05 0.41
Hex 6D 63 66 0 9 6 39 156 5 29
Octal 155 143 146 0 11 6 71 526 5 51
Binary 1101101 1100011 1100110 0 1001 110 111001 101010110 101 101001

Color Harmonies of #6D6366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6366

Black with #6D6366

Text Example


Text Example

White with #6D6366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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