Shades of Mobster #665B6D
Tints of Mobster #665B6D
RGB
CMYK
RGB Variations
Color information
#665B6D (or 0x665B6D) is known color: Mobster. HEX triplet: 66, 5B and 6D. RGB value is (102,91,109). Sum of RGB (Red+Green+Blue) = 102+91+109=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 109 - color contains mainly: blue. Hex color #665B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B6D is #99A492. Grayscale: #606060. Windows color (decimal): -10069139 or 7166822. OLE color: 7166822.
HSL color Cylindrical-coordinate representation of color #665B6D: hue angle of 276.67º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #665B6D is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 91 | 109 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.57 |
| HSL | 276.67º | 0.09% | 0.39% | - |
| HSV(B) | 276.67º | 0.17% | 0.43% | - |
| XYZ | 11.98 | 11.41 | 16.04 | - |
| YUV | 96.34 | 135.14 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 109 | 0.06 | 0.17 | 0 | 0.57 | 276.67 | 0.09 | 0.39 |
| Hex | 66 | 5B | 6D | 6 | 11 | 0 | 39 | 115 | 9 | 27 |
| Octal | 146 | 133 | 155 | 6 | 21 | 0 | 71 | 425 | 11 | 47 |
| Binary | 1100110 | 1011011 | 1101101 | 110 | 10001 | 0 | 111001 | 100010101 | 1001 | 100111 |
Color Harmonies of #665B6D
Complementary color
Monochromatic Colors of #665B6D
Black with #665B6D
Text Example
Text Example
White with #665B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B6D; }
p { color: rgb(102,91,109); }
H1.HeaderClassName
{
color: #665B6D;
}
.AnyTagClassName
{
color: #665B6D;
}
</style>
background-color css
<style>
a { background-color: #665B6D; }
a { background-color: rgb(102,91,109); }
div.DivClassName
{
background-color: #665B6D;
}
.BgClassName
{
background-color: #665B6D;
}
</style>
border-color css
<style>
span { border-color: #665B6D; }
span { border-color: rgb(102,91,109); }
td.TdClassName
{
border-color: #665B6D;
}
.TagClassName
{
border-color: #665B6D;
}
</style>