#6F6568

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

Shades of Scorpion #6F6568

Tints of Scorpion #6F6568

Color information

#6F6568 (or 0x6F6568) is unknown color: approx Scorpion. HEX triplet: 6F, 65 and 68. RGB value is (111,101,104). Sum of RGB (Red+Green+Blue) = 111+101+104=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6568 is #909A97. Grayscale: #686868. Windows color (decimal): -9476760 or 6841711. OLE color: 6841711.

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

Color convert

RGB111101104-
CMYK00.090.060.56
HSL342º4.72%41.57%-
HSV(B)342º9.01%43.53%-
XYZ13.7113.6915.02-
YUV104.33127.81132.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.13%
GREEN value IS 101 (39.84% from 255) = 31.96%
BLUE value IS 104 (41.02% from 255) = 32.91%
R=35.13%
G=31.96%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11110110400.090.060.563424.7241.57
Hex6F65680963815652a
Octal157145150011670526552
Binary11011111100101110100001001110111000101010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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