Shades of Comet #65658C
Tints of Comet #65658C
RGB
CMYK
RGB Variations
Color information
#65658C (or 0x65658C) is known color: Comet. HEX triplet: 65, 65 and 8C. RGB value is (101,101,140). Sum of RGB (Red+Green+Blue) = 101+101+140=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #65658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65658C is #9A9A73. Grayscale: #696969. Windows color (decimal): -10132084 or 9200997. OLE color: 9200997.
HSL color Cylindrical-coordinate representation of color #65658C: hue angle of 240º degrees, saturation: 0.16, 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 #65658C is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 101 | 140 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.45 |
| HSL | 240º | 0.16% | 0.47% | - |
| HSV(B) | 240º | 0.28% | 0.55% | - |
| XYZ | 14.75 | 13.97 | 26.73 | - |
| YUV | 105.45 | 147.5 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 101 | 140 | 0.28 | 0.28 | 0 | 0.45 | 240 | 0.16 | 0.47 |
| Hex | 65 | 65 | 8C | 1C | 1C | 0 | 2D | F0 | 10 | 2F |
| Octal | 145 | 145 | 214 | 34 | 34 | 0 | 55 | 360 | 20 | 57 |
| Binary | 1100101 | 1100101 | 10001100 | 11100 | 11100 | 0 | 101101 | 11110000 | 10000 | 101111 |
Color Harmonies of #65658C
Complementary color
Monochromatic Colors of #65658C
Black with #65658C
Text Example
Text Example
White with #65658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65658C; }
p { color: rgb(101,101,140); }
H1.HeaderClassName
{
color: #65658C;
}
.AnyTagClassName
{
color: #65658C;
}
</style>
background-color css
<style>
a { background-color: #65658C; }
a { background-color: rgb(101,101,140); }
div.DivClassName
{
background-color: #65658C;
}
.BgClassName
{
background-color: #65658C;
}
</style>
border-color css
<style>
span { border-color: #65658C; }
span { border-color: rgb(101,101,140); }
td.TdClassName
{
border-color: #65658C;
}
.TagClassName
{
border-color: #65658C;
}
</style>