Shades of Comet #656878
Tints of Comet #656878
RGB
CMYK
RGB Variations
Color information
#656878 (or 0x656878) is known color: Comet. HEX triplet: 65, 68 and 78. RGB value is (101,104,120). Sum of RGB (Red+Green+Blue) = 101+104+120=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 120 - color contains mainly: blue. Hex color #656878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656878 is #9A9787. Grayscale: #686868. Windows color (decimal): -10131336 or 7891045. OLE color: 7891045.
HSL color Cylindrical-coordinate representation of color #656878: hue angle of 230.53º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #656878 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 104 | 120 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.53 |
| HSL | 230.53º | 0.09% | 0.43% | - |
| HSV(B) | 230.53º | 0.16% | 0.47% | - |
| XYZ | 13.71 | 14.02 | 19.75 | - |
| YUV | 104.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 120 | 0.16 | 0.13 | 0 | 0.53 | 230.53 | 0.09 | 0.43 |
| Hex | 65 | 68 | 78 | 10 | D | 0 | 35 | E7 | 9 | 2B |
| Octal | 145 | 150 | 170 | 20 | 15 | 0 | 65 | 347 | 11 | 53 |
| Binary | 1100101 | 1101000 | 1111000 | 10000 | 1101 | 0 | 110101 | 11100111 | 1001 | 101011 |
Color Harmonies of #656878
Complementary color
Monochromatic Colors of #656878
Black with #656878
Text Example
Text Example
White with #656878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656878; }
p { color: rgb(101,104,120); }
H1.HeaderClassName
{
color: #656878;
}
.AnyTagClassName
{
color: #656878;
}
</style>
background-color css
<style>
a { background-color: #656878; }
a { background-color: rgb(101,104,120); }
div.DivClassName
{
background-color: #656878;
}
.BgClassName
{
background-color: #656878;
}
</style>
border-color css
<style>
span { border-color: #656878; }
span { border-color: rgb(101,104,120); }
td.TdClassName
{
border-color: #656878;
}
.TagClassName
{
border-color: #656878;
}
</style>