#6C686A

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

Shades of Scorpion #6C686A

Tints of Scorpion #6C686A

Color information

#6C686A (or 0x6C686A) is unknown color: approx Scorpion. HEX triplet: 6C, 68 and 6A. RGB value is (108,104,106). Sum of RGB (Red+Green+Blue) = 108+104+106=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 108 - color contains mainly: red. Hex color #6C686A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C686A is #939795. Grayscale: #696969. Windows color (decimal): -9672598 or 6973548. OLE color: 6973548.

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

Color convert

RGB108104106-
CMYK00.040.020.58
HSL330º1.89%41.57%-
HSV(B)330º3.7%42.35%-
XYZ13.7414.1315.64-
YUV105.42128.33129.84-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.96%
GREEN value IS 104 (41.02% from 255) = 32.70%
BLUE value IS 106 (41.80% from 255) = 33.33%
R=33.96%
G=32.70%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10810410600.040.020.583301.8941.57
Hex6C686A0423A14a22a
Octal15415015204272512252
Binary11011001101000110101001001011101010100101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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