Shades of Scorpion #6F676B
Tints of Scorpion #6F676B
RGB
CMYK
RGB Variations
Color information
#6F676B (or 0x6F676B) is known color: Scorpion. HEX triplet: 6F, 67 and 6B. RGB value is (111,103,107). Sum of RGB (Red+Green+Blue) = 111+103+107=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 111 - color contains mainly: red. Hex color #6F676B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F676B is #909894. Grayscale: #696969. Windows color (decimal): -9476245 or 7038831. OLE color: 7038831.
HSL color Cylindrical-coordinate representation of color #6F676B: hue angle of 330º 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 #6F676B is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
RGB | 111 | 103 | 107 | - |
CMYK | 0 | 0.07 | 0.04 | 0.56 |
HSL | 330º | 0.04% | 0.42% | - |
HSV(B) | 330º | 0.07% | 0.44% | - |
XYZ | 14.06 | 14.14 | 15.9 | - |
YUV | 105.85 | 128.65 | 131.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 111 | 103 | 107 | 0 | 0.07 | 0.04 | 0.56 | 330 | 0.04 | 0.42 |
Hex | 6F | 67 | 6B | 0 | 7 | 4 | 38 | 14A | 4 | 2A |
Octal | 157 | 147 | 153 | 0 | 7 | 4 | 70 | 512 | 4 | 52 |
Binary | 1101111 | 1100111 | 1101011 | 0 | 111 | 100 | 111000 | 101001010 | 100 | 101010 |
Color Harmonies of #6F676B
Complementary color
Monochromatic Colors of #6F676B
Black with #6F676B
Text Example
Text Example
White with #6F676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F676B; }
p { color: rgb(111,103,107); }
H1.HeaderClassName
{
color: #6F676B;
}
.AnyTagClassName
{
color: #6F676B;
}
</style>
background-color css
<style>
a { background-color: #6F676B; }
a { background-color: rgb(111,103,107); }
div.DivClassName
{
background-color: #6F676B;
}
.BgClassName
{
background-color: #6F676B;
}
</style>
border-color css
<style>
span { border-color: #6F676B; }
span { border-color: rgb(111,103,107); }
td.TdClassName
{
border-color: #6F676B;
}
.TagClassName
{
border-color: #6F676B;
}
</style>