#6F686C

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

Shades of Scorpion #6F686C

Tints of Scorpion #6F686C

Color information

#6F686C (or 0x6F686C) is unknown color: approx Scorpion. HEX triplet: 6F, 68 and 6C. RGB value is (111,104,108). Sum of RGB (Red+Green+Blue) = 111+104+108=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 111 - color contains mainly: red. Hex color #6F686C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F686C is #909793. Grayscale: #6A6A6A. Windows color (decimal): -9475988 or 7104623. OLE color: 7104623.

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

Color convert

RGB111104108-
CMYK00.060.030.56
HSL325.71º3.26%42.16%-
HSV(B)325.71º6.31%43.53%-
XYZ14.2114.3616.21-
YUV106.55128.82131.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.37%
GREEN value IS 104 (41.02% from 255) = 32.20%
BLUE value IS 108 (42.58% from 255) = 33.44%
R=34.37%
G=32.20%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11110410800.060.030.56325.713.2642.16
Hex6F686C0633814632a
Octal15715015406370506352
Binary11011111101000110110001101111100010100011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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