Shades of Mobster #665B6E
Tints of Mobster #665B6E
RGB
CMYK
RGB Variations
Color information
#665B6E (or 0x665B6E) is known color: Mobster. HEX triplet: 66, 5B and 6E. RGB value is (102,91,110). Sum of RGB (Red+Green+Blue) = 102+91+110=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 110 - color contains mainly: blue. Hex color #665B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B6E is #99A491. Grayscale: #606060. Windows color (decimal): -10069138 or 7232358. OLE color: 7232358.
HSL color Cylindrical-coordinate representation of color #665B6E: hue angle of 274.74º 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 #665B6E is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 91 | 110 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.57 |
| HSL | 274.74º | 0.09% | 0.39% | - |
| HSV(B) | 274.74º | 0.17% | 0.43% | - |
| XYZ | 12.04 | 11.43 | 16.32 | - |
| YUV | 96.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 110 | 0.07 | 0.17 | 0 | 0.57 | 274.74 | 0.09 | 0.39 |
| Hex | 66 | 5B | 6E | 7 | 11 | 0 | 39 | 113 | 9 | 27 |
| Octal | 146 | 133 | 156 | 7 | 21 | 0 | 71 | 423 | 11 | 47 |
| Binary | 1100110 | 1011011 | 1101110 | 111 | 10001 | 0 | 111001 | 100010011 | 1001 | 100111 |
Color Harmonies of #665B6E
Complementary color
Monochromatic Colors of #665B6E
Black with #665B6E
Text Example
Text Example
White with #665B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B6E; }
p { color: rgb(102,91,110); }
H1.HeaderClassName
{
color: #665B6E;
}
.AnyTagClassName
{
color: #665B6E;
}
</style>
background-color css
<style>
a { background-color: #665B6E; }
a { background-color: rgb(102,91,110); }
div.DivClassName
{
background-color: #665B6E;
}
.BgClassName
{
background-color: #665B6E;
}
</style>
border-color css
<style>
span { border-color: #665B6E; }
span { border-color: rgb(102,91,110); }
td.TdClassName
{
border-color: #665B6E;
}
.TagClassName
{
border-color: #665B6E;
}
</style>