Shades of Comet #656981
Tints of Comet #656981
RGB
CMYK
RGB Variations
Color information
#656981 (or 0x656981) is known color: Comet. HEX triplet: 65, 69 and 81. RGB value is (101,105,129). Sum of RGB (Red+Green+Blue) = 101+105+129=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 129 - color contains mainly: blue. Hex color #656981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656981 is #9A967E. Grayscale: #6A6A6A. Windows color (decimal): -10131071 or 8481125. OLE color: 8481125.
HSL color Cylindrical-coordinate representation of color #656981: hue angle of 231.43º degrees, saturation: 0.12, 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 #656981 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 105 | 129 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.49 |
| HSL | 231.43º | 0.12% | 0.45% | - |
| HSV(B) | 231.43º | 0.22% | 0.51% | - |
| XYZ | 14.38 | 14.45 | 22.8 | - |
| YUV | 106.54 | 140.67 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 129 | 0.22 | 0.19 | 0 | 0.49 | 231.43 | 0.12 | 0.45 |
| Hex | 65 | 69 | 81 | 16 | 13 | 0 | 31 | E7 | C | 2D |
| Octal | 145 | 151 | 201 | 26 | 23 | 0 | 61 | 347 | 14 | 55 |
| Binary | 1100101 | 1101001 | 10000001 | 10110 | 10011 | 0 | 110001 | 11100111 | 1100 | 101101 |
Color Harmonies of #656981
Complementary color
Monochromatic Colors of #656981
Black with #656981
Text Example
Text Example
White with #656981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656981; }
p { color: rgb(101,105,129); }
H1.HeaderClassName
{
color: #656981;
}
.AnyTagClassName
{
color: #656981;
}
</style>
background-color css
<style>
a { background-color: #656981; }
a { background-color: rgb(101,105,129); }
div.DivClassName
{
background-color: #656981;
}
.BgClassName
{
background-color: #656981;
}
</style>
border-color css
<style>
span { border-color: #656981; }
span { border-color: rgb(101,105,129); }
td.TdClassName
{
border-color: #656981;
}
.TagClassName
{
border-color: #656981;
}
</style>