Shades of Comet #67676C
Tints of Comet #67676C
RGB
CMYK
RGB Variations
Color information
#67676C (or 0x67676C) is known color: Comet. HEX triplet: 67, 67 and 6C. RGB value is (103,103,108). Sum of RGB (Red+Green+Blue) = 103+103+108=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 108 - color contains mainly: blue. Hex color #67676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67676C is #989893. Grayscale: #676767. Windows color (decimal): -10000532 or 7104359. OLE color: 7104359.
HSL color Cylindrical-coordinate representation of color #67676C: hue angle of 240º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #67676C is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 103 | 108 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.58 |
| HSL | 240º | 0.02% | 0.41% | - |
| HSV(B) | 240º | 0.05% | 0.42% | - |
| XYZ | 13.15 | 13.67 | 16.13 | - |
| YUV | 103.57 | 130.5 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 103 | 108 | 0.05 | 0.05 | 0 | 0.58 | 240 | 0.02 | 0.41 |
| Hex | 67 | 67 | 6C | 5 | 5 | 0 | 3A | F0 | 2 | 29 |
| Octal | 147 | 147 | 154 | 5 | 5 | 0 | 72 | 360 | 2 | 51 |
| Binary | 1100111 | 1100111 | 1101100 | 101 | 101 | 0 | 111010 | 11110000 | 10 | 101001 |
Color Harmonies of #67676C
Complementary color
Monochromatic Colors of #67676C
Black with #67676C
Text Example
Text Example
White with #67676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67676C; }
p { color: rgb(103,103,108); }
H1.HeaderClassName
{
color: #67676C;
}
.AnyTagClassName
{
color: #67676C;
}
</style>
background-color css
<style>
a { background-color: #67676C; }
a { background-color: rgb(103,103,108); }
div.DivClassName
{
background-color: #67676C;
}
.BgClassName
{
background-color: #67676C;
}
</style>
border-color css
<style>
span { border-color: #67676C; }
span { border-color: rgb(103,103,108); }
td.TdClassName
{
border-color: #67676C;
}
.TagClassName
{
border-color: #67676C;
}
</style>