Shades of Comet #676980
Tints of Comet #676980
RGB
CMYK
RGB Variations
Color information
#676980 (or 0x676980) is known color: Comet. HEX triplet: 67, 69 and 80. RGB value is (103,105,128). Sum of RGB (Red+Green+Blue) = 103+105+128=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 128 - color contains mainly: blue. Hex color #676980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676980 is #98967F. Grayscale: #6A6A6A. Windows color (decimal): -10000000 or 8415591. OLE color: 8415591.
HSL color Cylindrical-coordinate representation of color #676980: hue angle of 235.2º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #676980 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 105 | 128 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.50 |
| HSL | 235.2º | 0.11% | 0.45% | - |
| HSV(B) | 235.2º | 0.2% | 0.5% | - |
| XYZ | 14.54 | 14.55 | 22.46 | - |
| YUV | 107.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 105 | 128 | 0.20 | 0.18 | 0 | 0.50 | 235.2 | 0.11 | 0.45 |
| Hex | 67 | 69 | 80 | 14 | 12 | 0 | 32 | EB | B | 2D |
| Octal | 147 | 151 | 200 | 24 | 22 | 0 | 62 | 353 | 13 | 55 |
| Binary | 1100111 | 1101001 | 10000000 | 10100 | 10010 | 0 | 110010 | 11101011 | 1011 | 101101 |
Color Harmonies of #676980
Complementary color
Monochromatic Colors of #676980
Black with #676980
Text Example
Text Example
White with #676980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676980; }
p { color: rgb(103,105,128); }
H1.HeaderClassName
{
color: #676980;
}
.AnyTagClassName
{
color: #676980;
}
</style>
background-color css
<style>
a { background-color: #676980; }
a { background-color: rgb(103,105,128); }
div.DivClassName
{
background-color: #676980;
}
.BgClassName
{
background-color: #676980;
}
</style>
border-color css
<style>
span { border-color: #676980; }
span { border-color: rgb(103,105,128); }
td.TdClassName
{
border-color: #676980;
}
.TagClassName
{
border-color: #676980;
}
</style>