Shades of Mobster #665E6E
Tints of Mobster #665E6E
RGB
CMYK
RGB Variations
Color information
#665E6E (or 0x665E6E) is known color: Mobster. HEX triplet: 66, 5E and 6E. RGB value is (102,94,110). Sum of RGB (Red+Green+Blue) = 102+94+110=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 110 - color contains mainly: blue. Hex color #665E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665E6E is #99A191. Grayscale: #626262. Windows color (decimal): -10068370 or 7233126. OLE color: 7233126.
HSL color Cylindrical-coordinate representation of color #665E6E: hue angle of 270º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #665E6E is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 94 | 110 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.57 |
| HSL | 270º | 0.08% | 0.4% | - |
| HSV(B) | 270º | 0.15% | 0.43% | - |
| XYZ | 12.3 | 11.96 | 16.41 | - |
| YUV | 98.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 94 | 110 | 0.07 | 0.15 | 0 | 0.57 | 270 | 0.08 | 0.4 |
| Hex | 66 | 5E | 6E | 7 | F | 0 | 39 | 10E | 8 | 28 |
| Octal | 146 | 136 | 156 | 7 | 17 | 0 | 71 | 416 | 10 | 50 |
| Binary | 1100110 | 1011110 | 1101110 | 111 | 1111 | 0 | 111001 | 100001110 | 1000 | 101000 |
Color Harmonies of #665E6E
Complementary color
Monochromatic Colors of #665E6E
Black with #665E6E
Text Example
Text Example
White with #665E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665E6E; }
p { color: rgb(102,94,110); }
H1.HeaderClassName
{
color: #665E6E;
}
.AnyTagClassName
{
color: #665E6E;
}
</style>
background-color css
<style>
a { background-color: #665E6E; }
a { background-color: rgb(102,94,110); }
div.DivClassName
{
background-color: #665E6E;
}
.BgClassName
{
background-color: #665E6E;
}
</style>
border-color css
<style>
span { border-color: #665E6E; }
span { border-color: rgb(102,94,110); }
td.TdClassName
{
border-color: #665E6E;
}
.TagClassName
{
border-color: #665E6E;
}
</style>