#6F6869

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

Shades of Scorpion #6F6869

Tints of Scorpion #6F6869

Color information

#6F6869 (or 0x6F6869) is unknown color: approx Scorpion. HEX triplet: 6F, 68 and 69. RGB value is (111,104,105). Sum of RGB (Red+Green+Blue) = 111+104+105=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6869 is #909796. Grayscale: #6A6A6A. Windows color (decimal): -9475991 or 6908015. OLE color: 6908015.

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

Color convert

RGB111104105-
CMYK00.060.050.56
HSL351.43º3.26%42.16%-
HSV(B)351.43º6.31%43.53%-
XYZ14.0614.315.38-
YUV106.21127.32131.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.69%
GREEN value IS 104 (41.02% from 255) = 32.5%
BLUE value IS 105 (41.41% from 255) = 32.81%
R=34.69%
G=32.5%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11110410500.060.050.56351.433.2642.16
Hex6F68690653815f32a
Octal15715015106570537352
Binary110111111010001101001011010111100010101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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