Shades of Comet #676873
Tints of Comet #676873
RGB
CMYK
RGB Variations
Color information
#676873 (or 0x676873) is known color: Comet. HEX triplet: 67, 68 and 73. RGB value is (103,104,115). Sum of RGB (Red+Green+Blue) = 103+104+115=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 115 - color contains mainly: blue. Hex color #676873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676873 is #98978C. Grayscale: #686868. Windows color (decimal): -10000269 or 7563367. OLE color: 7563367.
HSL color Cylindrical-coordinate representation of color #676873: hue angle of 235º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #676873 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 104 | 115 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.55 |
| HSL | 235º | 0.06% | 0.43% | - |
| HSV(B) | 235º | 0.1% | 0.45% | - |
| XYZ | 13.64 | 14.02 | 18.21 | - |
| YUV | 104.96 | 133.67 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 104 | 115 | 0.10 | 0.10 | 0 | 0.55 | 235 | 0.06 | 0.43 |
| Hex | 67 | 68 | 73 | A | A | 0 | 37 | EB | 6 | 2B |
| Octal | 147 | 150 | 163 | 12 | 12 | 0 | 67 | 353 | 6 | 53 |
| Binary | 1100111 | 1101000 | 1110011 | 1010 | 1010 | 0 | 110111 | 11101011 | 110 | 101011 |
Color Harmonies of #676873
Complementary color
Monochromatic Colors of #676873
Black with #676873
Text Example
Text Example
White with #676873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676873; }
p { color: rgb(103,104,115); }
H1.HeaderClassName
{
color: #676873;
}
.AnyTagClassName
{
color: #676873;
}
</style>
background-color css
<style>
a { background-color: #676873; }
a { background-color: rgb(103,104,115); }
div.DivClassName
{
background-color: #676873;
}
.BgClassName
{
background-color: #676873;
}
</style>
border-color css
<style>
span { border-color: #676873; }
span { border-color: rgb(103,104,115); }
td.TdClassName
{
border-color: #676873;
}
.TagClassName
{
border-color: #676873;
}
</style>