#6D6869

Color #6D6869 Scorpion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scorpion #6D6869

Tints of Scorpion #6D6869

Color information

#6D6869 (or 0x6D6869) is unknown color: approx Scorpion. HEX triplet: 6D, 68 and 69. RGB value is (109,104,105). Sum of RGB (Red+Green+Blue) = 109+104+105=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6869 is #929796. Grayscale: #696969. Windows color (decimal): -9607063 or 6908013. OLE color: 6908013.

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

Color convert

RGB109104105-
CMYK00.050.040.57
HSL348º2.35%41.76%-
HSV(B)348º4.59%42.75%-
XYZ13.8114.1715.37-
YUV105.61127.66130.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.28%
GREEN value IS 104 (41.02% from 255) = 32.70%
BLUE value IS 105 (41.41% from 255) = 33.02%
R=34.28%
G=32.70%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10910410500.050.040.573482.3541.76
Hex6D68690543915c22a
Octal15515015105471534252
Binary110110111010001101001010110011100110101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D6869;
 }
 .AnyTagClassName
 {
   color: #6D6869;
 }
</style>
background-color css

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

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

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

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

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

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