#6B6869

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

Shades of Scorpion #6B6869

Tints of Scorpion #6B6869

Color information

#6B6869 (or 0x6B6869) is unknown color: approx Scorpion. HEX triplet: 6B, 68 and 69. RGB value is (107,104,105). Sum of RGB (Red+Green+Blue) = 107+104+105=316 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.86% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6869 is #949796. Grayscale: #696969. Windows color (decimal): -9738135 or 6908011. OLE color: 6908011.

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

Color convert

RGB107104105-
CMYK00.030.020.58
HSL340º1.42%41.37%-
HSV(B)340º2.8%41.96%-
XYZ13.5614.0515.36-
YUV105.01127.99129.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.86%
GREEN value IS 104 (41.02% from 255) = 32.91%
BLUE value IS 105 (41.41% from 255) = 33.23%
R=33.86%
G=32.91%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10710410500.030.020.583401.4241.37
Hex6B68690323A154129
Octal15315015103272524151
Binary110101111010001101001011101110101010101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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