Shades of Comet #646983
Tints of Comet #646983
RGB
CMYK
RGB Variations
Color information
#646983 (or 0x646983) is known color: Comet. HEX triplet: 64, 69 and 83. RGB value is (100,105,131). Sum of RGB (Red+Green+Blue) = 100+105+131=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 131 - color contains mainly: blue. Hex color #646983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646983 is #9B967C. Grayscale: #6A6A6A. Windows color (decimal): -10196605 or 8612196. OLE color: 8612196.
HSL color Cylindrical-coordinate representation of color #646983: hue angle of 230.32º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #646983 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 105 | 131 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.49 |
| HSL | 230.32º | 0.13% | 0.45% | - |
| HSV(B) | 230.32º | 0.24% | 0.51% | - |
| XYZ | 14.4 | 14.45 | 23.5 | - |
| YUV | 106.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 105 | 131 | 0.24 | 0.20 | 0 | 0.49 | 230.32 | 0.13 | 0.45 |
| Hex | 64 | 69 | 83 | 18 | 14 | 0 | 31 | E6 | D | 2D |
| Octal | 144 | 151 | 203 | 30 | 24 | 0 | 61 | 346 | 15 | 55 |
| Binary | 1100100 | 1101001 | 10000011 | 11000 | 10100 | 0 | 110001 | 11100110 | 1101 | 101101 |
Color Harmonies of #646983
Complementary color
Monochromatic Colors of #646983
Black with #646983
Text Example
Text Example
White with #646983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646983; }
p { color: rgb(100,105,131); }
H1.HeaderClassName
{
color: #646983;
}
.AnyTagClassName
{
color: #646983;
}
</style>
background-color css
<style>
a { background-color: #646983; }
a { background-color: rgb(100,105,131); }
div.DivClassName
{
background-color: #646983;
}
.BgClassName
{
background-color: #646983;
}
</style>
border-color css
<style>
span { border-color: #646983; }
span { border-color: rgb(100,105,131); }
td.TdClassName
{
border-color: #646983;
}
.TagClassName
{
border-color: #646983;
}
</style>