#6D6066

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

Shades of Scorpion #6D6066

Tints of Scorpion #6D6066

Color information

#6D6066 (or 0x6D6066) is unknown color: approx Scorpion. HEX triplet: 6D, 60 and 66. RGB value is (109,96,102). Sum of RGB (Red+Green+Blue) = 109+96+102=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6066 is #929F99. Grayscale: #646464. Windows color (decimal): -9609114 or 6709357. OLE color: 6709357.

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

Color convert

RGB10996102-
CMYK00.120.060.57
HSL332.31º6.34%40.2%-
HSV(B)332.31º11.93%42.75%-
XYZ12.8912.5814.32-
YUV100.57128.81134.01-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.50%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 102 (40.23% from 255) = 33.22%
R=35.50%
G=31.27%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1099610200.120.060.57332.316.3440.2
Hex6D60660C63914c628
Octal155140146014671514650
Binary11011011100000110011001100110111001101001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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