#6C6568

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

Shades of Scorpion #6C6568

Tints of Scorpion #6C6568

Color information

#6C6568 (or 0x6C6568) is unknown color: approx Scorpion. HEX triplet: 6C, 65 and 68. RGB value is (108,101,104). Sum of RGB (Red+Green+Blue) = 108+101+104=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6568 is #939A97. Grayscale: #676767. Windows color (decimal): -9673368 or 6841708. OLE color: 6841708.

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

Color convert

RGB108101104-
CMYK00.060.040.58
HSL334.29º3.35%40.98%-
HSV(B)334.29º6.48%42.35%-
XYZ13.3413.4915-
YUV103.44128.32131.26-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.50%
GREEN value IS 101 (39.84% from 255) = 32.27%
BLUE value IS 104 (41.02% from 255) = 33.23%
R=34.50%
G=32.27%
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.58
SystemRedGreenBlueCMYKHSL
Decimal10810110400.060.040.58334.293.3540.98
Hex6C65680643A14e329
Octal15414515006472516351
Binary110110011001011101000011010011101010100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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