Shades of Comet #65658D
Tints of Comet #65658D
RGB
CMYK
RGB Variations
Color information
#65658D (or 0x65658D) is known color: Comet. HEX triplet: 65, 65 and 8D. RGB value is (101,101,141). Sum of RGB (Red+Green+Blue) = 101+101+141=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #65658D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65658D is #9A9A72. Grayscale: #696969. Windows color (decimal): -10132083 or 9266533. OLE color: 9266533.
HSL color Cylindrical-coordinate representation of color #65658D: hue angle of 240º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #65658D is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 101 | 141 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.45 |
| HSL | 240º | 0.17% | 0.47% | - |
| HSV(B) | 240º | 0.28% | 0.55% | - |
| XYZ | 14.83 | 14 | 27.12 | - |
| YUV | 105.56 | 148 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 101 | 141 | 0.28 | 0.28 | 0 | 0.45 | 240 | 0.17 | 0.47 |
| Hex | 65 | 65 | 8D | 1C | 1C | 0 | 2D | F0 | 11 | 2F |
| Octal | 145 | 145 | 215 | 34 | 34 | 0 | 55 | 360 | 21 | 57 |
| Binary | 1100101 | 1100101 | 10001101 | 11100 | 11100 | 0 | 101101 | 11110000 | 10001 | 101111 |
Color Harmonies of #65658D
Complementary color
Monochromatic Colors of #65658D
Black with #65658D
Text Example
Text Example
White with #65658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65658D; }
p { color: rgb(101,101,141); }
H1.HeaderClassName
{
color: #65658D;
}
.AnyTagClassName
{
color: #65658D;
}
</style>
background-color css
<style>
a { background-color: #65658D; }
a { background-color: rgb(101,101,141); }
div.DivClassName
{
background-color: #65658D;
}
.BgClassName
{
background-color: #65658D;
}
</style>
border-color css
<style>
span { border-color: #65658D; }
span { border-color: rgb(101,101,141); }
td.TdClassName
{
border-color: #65658D;
}
.TagClassName
{
border-color: #65658D;
}
</style>