Shades of Mobster #665C6E
Tints of Mobster #665C6E
RGB
CMYK
RGB Variations
Color information
#665C6E (or 0x665C6E) is known color: Mobster. HEX triplet: 66, 5C and 6E. RGB value is (102,92,110). Sum of RGB (Red+Green+Blue) = 102+92+110=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 110 - color contains mainly: blue. Hex color #665C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C6E is #99A391. Grayscale: #606060. Windows color (decimal): -10068882 or 7232614. OLE color: 7232614.
HSL color Cylindrical-coordinate representation of color #665C6E: hue angle of 273.33º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #665C6E is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 92 | 110 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.57 |
| HSL | 273.33º | 0.09% | 0.4% | - |
| HSV(B) | 273.33º | 0.16% | 0.43% | - |
| XYZ | 12.12 | 11.6 | 16.35 | - |
| YUV | 97.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 110 | 0.07 | 0.16 | 0 | 0.57 | 273.33 | 0.09 | 0.4 |
| Hex | 66 | 5C | 6E | 7 | 10 | 0 | 39 | 111 | 9 | 28 |
| Octal | 146 | 134 | 156 | 7 | 20 | 0 | 71 | 421 | 11 | 50 |
| Binary | 1100110 | 1011100 | 1101110 | 111 | 10000 | 0 | 111001 | 100010001 | 1001 | 101000 |
Color Harmonies of #665C6E
Complementary color
Monochromatic Colors of #665C6E
Black with #665C6E
Text Example
Text Example
White with #665C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C6E; }
p { color: rgb(102,92,110); }
H1.HeaderClassName
{
color: #665C6E;
}
.AnyTagClassName
{
color: #665C6E;
}
</style>
background-color css
<style>
a { background-color: #665C6E; }
a { background-color: rgb(102,92,110); }
div.DivClassName
{
background-color: #665C6E;
}
.BgClassName
{
background-color: #665C6E;
}
</style>
border-color css
<style>
span { border-color: #665C6E; }
span { border-color: rgb(102,92,110); }
td.TdClassName
{
border-color: #665C6E;
}
.TagClassName
{
border-color: #665C6E;
}
</style>