Shades of Scorpion #6F6769
Tints of Scorpion #6F6769
RGB
CMYK
RGB Variations
Color information
#6F6769 (or 0x6F6769) is known color: 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
| RGB | 111 | 103 | 105 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.56 |
| HSL | 345º | 0.04% | 0.42% | - |
| HSV(B) | 345º | 0.07% | 0.44% | - |
| XYZ | 13.96 | 14.1 | 15.35 | - |
| YUV | 105.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 105 | 0 | 0.07 | 0.05 | 0.56 | 345 | 0.04 | 0.42 |
| Hex | 6F | 67 | 69 | 0 | 7 | 5 | 38 | 159 | 4 | 2A |
| Octal | 157 | 147 | 151 | 0 | 7 | 5 | 70 | 531 | 4 | 52 |
| Binary | 1101111 | 1100111 | 1101001 | 0 | 111 | 101 | 111000 | 101011001 | 100 | 101010 |
Color Harmonies of #6F6769
Complementary color
Monochromatic Colors of #6F6769
Black with #6F6769
Text Example
Text Example
White with #6F6769
Text Example
Text Example
HTML Codes & Css Web 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>