#6F686B

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

Shades of Scorpion #6F686B

Tints of Scorpion #6F686B

Color information

#6F686B (or 0x6F686B) is unknown color: approx Scorpion. HEX triplet: 6F, 68 and 6B. RGB value is (111,104,107). Sum of RGB (Red+Green+Blue) = 111+104+107=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 111 - color contains mainly: red. Hex color #6F686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F686B is #909794. Grayscale: #6A6A6A. Windows color (decimal): -9475989 or 7039087. OLE color: 7039087.

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

Color convert

RGB111104107-
CMYK00.060.040.56
HSL334.29º3.26%42.16%-
HSV(B)334.29º6.31%43.53%-
XYZ14.1614.3415.93-
YUV106.44128.32131.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.47%
GREEN value IS 104 (41.02% from 255) = 32.30%
BLUE value IS 107 (42.19% from 255) = 33.23%
R=34.47%
G=32.30%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11110410700.060.040.56334.293.2642.16
Hex6F686B0643814e32a
Octal15715015306470516352
Binary110111111010001101011011010011100010100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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