#6F6668

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

Shades of Scorpion #6F6668

Tints of Scorpion #6F6668

Color information

#6F6668 (or 0x6F6668) is unknown color: approx Scorpion. HEX triplet: 6F, 66 and 68. RGB value is (111,102,104). Sum of RGB (Red+Green+Blue) = 111+102+104=317 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.02% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6668 is #909997. Grayscale: #686868. Windows color (decimal): -9476504 or 6841967. OLE color: 6841967.

HSL color Cylindrical-coordinate representation of color #6F6668: hue angle of 346.67º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6F6668 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB111102104-
CMYK00.080.060.56
HSL346.67º4.23%41.76%-
HSV(B)346.67º8.11%43.53%-
XYZ13.8113.8815.05-
YUV104.92127.48132.34-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.02%
GREEN value IS 102 (40.23% from 255) = 32.18%
BLUE value IS 104 (41.02% from 255) = 32.81%
R=35.02%
G=32.18%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11110210400.080.060.56346.674.2341.76
Hex6F66680863815b42a
Octal157146150010670533452
Binary11011111100110110100001000110111000101011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,102,104); }

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

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

 a { background-color: rgb(111,102,104); }

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

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

 span { border-color: rgb(111,102,104); }

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