Html Css Color HEX #6D666A Scorpion

📋 copy color: '#6D666A'

red 109 ◦ green 102 ◦ blue 106

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

Shades of Scorpion #6D666A

Tints of Scorpion #6D666A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.18%

 BLUE value IS 106 (41.8% from 255) = 33.44%

R = 34.38%
G = 32.18%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#6D666A (or 0x6D666A) is known color: Scorpion. HEX triplet: 6D, 66 and 6A. RGB value is (109,102,106). Sum of RGB (Red+Green+Blue) = 109+102+106=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 109 - color contains mainly: red. Hex color #6D666A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D666A is #929995. Grayscale: #686868. Windows color (decimal): -9607574 or 6973037. OLE color: 6973037.

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

Color convert

RGB 109 102 106 -
CMYK 0 0.06 0.03 0.57
HSL 325.71º 0.03% 0.41% -
HSV(B) 325.71º 0.06% 0.43% -
XYZ 13.66 13.79 15.58 -
YUV 104.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 109 102 106 0 0.06 0.03 0.57 325.71 0.03 0.41
Hex 6D 66 6A 0 6 3 39 146 3 29
Octal 155 146 152 0 6 3 71 506 3 51
Binary 1101101 1100110 1101010 0 110 11 111001 101000110 11 101001

Color Harmonies of #6D666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D666A

Black with #6D666A

Text Example


Text Example

White with #6D666A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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