#6F666A

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

Shades of Scorpion #6F666A

Tints of Scorpion #6F666A

Color information

#6F666A (or 0x6F666A) is unknown color: approx Scorpion. HEX triplet: 6F, 66 and 6A. RGB value is (111,102,106). Sum of RGB (Red+Green+Blue) = 111+102+106=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 111 - color contains mainly: red. Hex color #6F666A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F666A is #909995. Grayscale: #696969. Windows color (decimal): -9476502 or 6973039. OLE color: 6973039.

HSL color Cylindrical-coordinate representation of color #6F666A: hue angle of 333.33º 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 #6F666A is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB111102106-
CMYK00.080.050.56
HSL333.33º4.23%41.76%-
HSV(B)333.33º8.11%43.53%-
XYZ13.9113.9215.59-
YUV105.15128.48132.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.80%
GREEN value IS 102 (40.23% from 255) = 31.97%
BLUE value IS 106 (41.80% from 255) = 33.23%
R=34.80%
G=31.97%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11110210600.080.050.56333.334.2341.76
Hex6F666A0853814d42a
Octal157146152010570515452
Binary11011111100110110101001000101111000101001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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