Shades of Comet #656982
Tints of Comet #656982
RGB
CMYK
RGB Variations
Color information
#656982 (or 0x656982) is known color: Comet. HEX triplet: 65, 69 and 82. RGB value is (101,105,130). Sum of RGB (Red+Green+Blue) = 101+105+130=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 130 - color contains mainly: blue. Hex color #656982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656982 is #9A967D. Grayscale: #6A6A6A. Windows color (decimal): -10131070 or 8546661. OLE color: 8546661.
HSL color Cylindrical-coordinate representation of color #656982: hue angle of 231.72º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #656982 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 105 | 130 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.49 |
| HSL | 231.72º | 0.13% | 0.45% | - |
| HSV(B) | 231.72º | 0.22% | 0.51% | - |
| XYZ | 14.45 | 14.48 | 23.15 | - |
| YUV | 106.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 130 | 0.22 | 0.19 | 0 | 0.49 | 231.72 | 0.13 | 0.45 |
| Hex | 65 | 69 | 82 | 16 | 13 | 0 | 31 | E8 | D | 2D |
| Octal | 145 | 151 | 202 | 26 | 23 | 0 | 61 | 350 | 15 | 55 |
| Binary | 1100101 | 1101001 | 10000010 | 10110 | 10011 | 0 | 110001 | 11101000 | 1101 | 101101 |
Color Harmonies of #656982
Complementary color
Monochromatic Colors of #656982
Black with #656982
Text Example
Text Example
White with #656982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656982; }
p { color: rgb(101,105,130); }
H1.HeaderClassName
{
color: #656982;
}
.AnyTagClassName
{
color: #656982;
}
</style>
background-color css
<style>
a { background-color: #656982; }
a { background-color: rgb(101,105,130); }
div.DivClassName
{
background-color: #656982;
}
.BgClassName
{
background-color: #656982;
}
</style>
border-color css
<style>
span { border-color: #656982; }
span { border-color: rgb(101,105,130); }
td.TdClassName
{
border-color: #656982;
}
.TagClassName
{
border-color: #656982;
}
</style>