Html Css Color HEX #6D6469 Scorpion

📋 copy color: '#6D6469'

red 109 ◦ green 100 ◦ blue 105

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

Shades of Scorpion #6D6469

Tints of Scorpion #6D6469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.85%

 BLUE value IS 105 (41.41% from 255) = 33.44%

R = 34.71%
G = 31.85%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#6D6469 (or 0x6D6469) is known color: Scorpion. HEX triplet: 6D, 64 and 69. RGB value is (109,100,105). Sum of RGB (Red+Green+Blue) = 109+100+105=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6469 is #929B96. Grayscale: #676767. Windows color (decimal): -9608087 or 6906989. OLE color: 6906989.

HSL color Cylindrical-coordinate representation of color #6D6469: hue angle of 326.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 #6D6469 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 100 105 -
CMYK 0 0.08 0.04 0.57
HSL 326.67º 0.04% 0.41% -
HSV(B) 326.67º 0.08% 0.43% -
XYZ 13.41 13.39 15.24 -
YUV 103.26 128.98 132.09 -
System Red Green Blue C M Y K H S L
Decimal 109 100 105 0 0.08 0.04 0.57 326.67 0.04 0.41
Hex 6D 64 69 0 8 4 39 147 4 29
Octal 155 144 151 0 10 4 71 507 4 51
Binary 1101101 1100100 1101001 0 1000 100 111001 101000111 100 101001

Color Harmonies of #6D6469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6469

Black with #6D6469

Text Example


Text Example

White with #6D6469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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