Shades of Mobster #665A6D
Tints of Mobster #665A6D
RGB
CMYK
RGB Variations
Color information
#665A6D (or 0x665A6D) is known color: Mobster. HEX triplet: 66, 5A and 6D. RGB value is (102,90,109). Sum of RGB (Red+Green+Blue) = 102+90+109=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 109 - color contains mainly: blue. Hex color #665A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665A6D is #99A592. Grayscale: #5F5F5F. Windows color (decimal): -10069395 or 7166566. OLE color: 7166566.
HSL color Cylindrical-coordinate representation of color #665A6D: hue angle of 277.89º degrees, saturation: 0.1, 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 #665A6D is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 90 | 109 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.57 |
| HSL | 277.89º | 0.1% | 0.39% | - |
| HSV(B) | 277.89º | 0.17% | 0.43% | - |
| XYZ | 11.9 | 11.24 | 16.01 | - |
| YUV | 95.75 | 135.48 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 109 | 0.06 | 0.17 | 0 | 0.57 | 277.89 | 0.1 | 0.39 |
| Hex | 66 | 5A | 6D | 6 | 11 | 0 | 39 | 116 | A | 27 |
| Octal | 146 | 132 | 155 | 6 | 21 | 0 | 71 | 426 | 12 | 47 |
| Binary | 1100110 | 1011010 | 1101101 | 110 | 10001 | 0 | 111001 | 100010110 | 1010 | 100111 |
Color Harmonies of #665A6D
Complementary color
Monochromatic Colors of #665A6D
Black with #665A6D
Text Example
Text Example
White with #665A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A6D; }
p { color: rgb(102,90,109); }
H1.HeaderClassName
{
color: #665A6D;
}
.AnyTagClassName
{
color: #665A6D;
}
</style>
background-color css
<style>
a { background-color: #665A6D; }
a { background-color: rgb(102,90,109); }
div.DivClassName
{
background-color: #665A6D;
}
.BgClassName
{
background-color: #665A6D;
}
</style>
border-color css
<style>
span { border-color: #665A6D; }
span { border-color: rgb(102,90,109); }
td.TdClassName
{
border-color: #665A6D;
}
.TagClassName
{
border-color: #665A6D;
}
</style>