Shades of Mobster #665B6F
Tints of Mobster #665B6F
RGB
CMYK
RGB Variations
Color information
#665B6F (or 0x665B6F) is known color: Mobster. HEX triplet: 66, 5B and 6F. RGB value is (102,91,111). Sum of RGB (Red+Green+Blue) = 102+91+111=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 111 - color contains mainly: blue. Hex color #665B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B6F is #99A490. Grayscale: #606060. Windows color (decimal): -10069137 or 7297894. OLE color: 7297894.
HSL color Cylindrical-coordinate representation of color #665B6F: hue angle of 273º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #665B6F is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 91 | 111 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.56 |
| HSL | 273º | 0.1% | 0.4% | - |
| HSV(B) | 273º | 0.18% | 0.44% | - |
| XYZ | 12.09 | 11.45 | 16.61 | - |
| YUV | 96.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 111 | 0.08 | 0.18 | 0 | 0.56 | 273 | 0.1 | 0.4 |
| Hex | 66 | 5B | 6F | 8 | 12 | 0 | 38 | 111 | A | 28 |
| Octal | 146 | 133 | 157 | 10 | 22 | 0 | 70 | 421 | 12 | 50 |
| Binary | 1100110 | 1011011 | 1101111 | 1000 | 10010 | 0 | 111000 | 100010001 | 1010 | 101000 |
Color Harmonies of #665B6F
Complementary color
Monochromatic Colors of #665B6F
Black with #665B6F
Text Example
Text Example
White with #665B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B6F; }
p { color: rgb(102,91,111); }
H1.HeaderClassName
{
color: #665B6F;
}
.AnyTagClassName
{
color: #665B6F;
}
</style>
background-color css
<style>
a { background-color: #665B6F; }
a { background-color: rgb(102,91,111); }
div.DivClassName
{
background-color: #665B6F;
}
.BgClassName
{
background-color: #665B6F;
}
</style>
border-color css
<style>
span { border-color: #665B6F; }
span { border-color: rgb(102,91,111); }
td.TdClassName
{
border-color: #665B6F;
}
.TagClassName
{
border-color: #665B6F;
}
</style>