Shades of Comet #676875
Tints of Comet #676875
RGB
CMYK
RGB Variations
Color information
#676875 (or 0x676875) is known color: Comet. HEX triplet: 67, 68 and 75. RGB value is (103,104,117). Sum of RGB (Red+Green+Blue) = 103+104+117=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 117 - color contains mainly: blue. Hex color #676875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676875 is #98978A. Grayscale: #696969. Windows color (decimal): -10000267 or 7694439. OLE color: 7694439.
HSL color Cylindrical-coordinate representation of color #676875: hue angle of 235.71º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #676875 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 104 | 117 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.54 |
| HSL | 235.71º | 0.06% | 0.43% | - |
| HSV(B) | 235.71º | 0.12% | 0.46% | - |
| XYZ | 13.75 | 14.07 | 18.82 | - |
| YUV | 105.18 | 134.67 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 104 | 117 | 0.12 | 0.11 | 0 | 0.54 | 235.71 | 0.06 | 0.43 |
| Hex | 67 | 68 | 75 | C | B | 0 | 36 | EC | 6 | 2B |
| Octal | 147 | 150 | 165 | 14 | 13 | 0 | 66 | 354 | 6 | 53 |
| Binary | 1100111 | 1101000 | 1110101 | 1100 | 1011 | 0 | 110110 | 11101100 | 110 | 101011 |
Color Harmonies of #676875
Complementary color
Monochromatic Colors of #676875
Black with #676875
Text Example
Text Example
White with #676875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676875; }
p { color: rgb(103,104,117); }
H1.HeaderClassName
{
color: #676875;
}
.AnyTagClassName
{
color: #676875;
}
</style>
background-color css
<style>
a { background-color: #676875; }
a { background-color: rgb(103,104,117); }
div.DivClassName
{
background-color: #676875;
}
.BgClassName
{
background-color: #676875;
}
</style>
border-color css
<style>
span { border-color: #676875; }
span { border-color: rgb(103,104,117); }
td.TdClassName
{
border-color: #676875;
}
.TagClassName
{
border-color: #676875;
}
</style>