Shades of Mobster #665A75
Tints of Mobster #665A75
RGB
CMYK
RGB Variations
Color information
#665A75 (or 0x665A75) is known color: Mobster. HEX triplet: 66, 5A and 75. RGB value is (102,90,117). Sum of RGB (Red+Green+Blue) = 102+90+117=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 117 - color contains mainly: blue. Hex color #665A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665A75 is #99A58A. Grayscale: #606060. Windows color (decimal): -10069387 or 7690854. OLE color: 7690854.
HSL color Cylindrical-coordinate representation of color #665A75: hue angle of 266.67º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #665A75 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 90 | 117 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.54 |
| HSL | 266.67º | 0.13% | 0.41% | - |
| HSV(B) | 266.67º | 0.23% | 0.46% | - |
| XYZ | 12.35 | 11.42 | 18.38 | - |
| YUV | 96.67 | 139.48 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 117 | 0.13 | 0.23 | 0 | 0.54 | 266.67 | 0.13 | 0.41 |
| Hex | 66 | 5A | 75 | D | 17 | 0 | 36 | 10B | D | 29 |
| Octal | 146 | 132 | 165 | 15 | 27 | 0 | 66 | 413 | 15 | 51 |
| Binary | 1100110 | 1011010 | 1110101 | 1101 | 10111 | 0 | 110110 | 100001011 | 1101 | 101001 |
Color Harmonies of #665A75
Complementary color
Monochromatic Colors of #665A75
Black with #665A75
Text Example
Text Example
White with #665A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A75; }
p { color: rgb(102,90,117); }
H1.HeaderClassName
{
color: #665A75;
}
.AnyTagClassName
{
color: #665A75;
}
</style>
background-color css
<style>
a { background-color: #665A75; }
a { background-color: rgb(102,90,117); }
div.DivClassName
{
background-color: #665A75;
}
.BgClassName
{
background-color: #665A75;
}
</style>
border-color css
<style>
span { border-color: #665A75; }
span { border-color: rgb(102,90,117); }
td.TdClassName
{
border-color: #665A75;
}
.TagClassName
{
border-color: #665A75;
}
</style>