#6F6769

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

Shades of Scorpion #6F6769

Tints of Scorpion #6F6769

Color information

#6F6769 (or 0x6F6769) is unknown color: approx Scorpion. HEX triplet: 6F, 67 and 69. RGB value is (111,103,105). Sum of RGB (Red+Green+Blue) = 111+103+105=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6769 is #909896. Grayscale: #696969. Windows color (decimal): -9476247 or 6907759. OLE color: 6907759.

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

Color convert

RGB111103105-
CMYK00.070.050.56
HSL345º3.74%41.96%-
HSV(B)345º7.21%43.53%-
XYZ13.9614.115.35-
YUV105.62127.65131.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.80%
GREEN value IS 103 (40.62% from 255) = 32.29%
BLUE value IS 105 (41.41% from 255) = 32.92%
R=34.80%
G=32.29%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11110310500.070.050.563453.7441.96
Hex6F67690753815942a
Octal15714715107570531452
Binary1101111110011111010010111101111000101011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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