Shades of Comet #67676D
Tints of Comet #67676D
RGB
CMYK
RGB Variations
Color information
#67676D (or 0x67676D) is known color: Comet. HEX triplet: 67, 67 and 6D. RGB value is (103,103,109). Sum of RGB (Red+Green+Blue) = 103+103+109=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 109 - color contains mainly: blue. Hex color #67676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67676D is #989892. Grayscale: #676767. Windows color (decimal): -10000531 or 7169895. OLE color: 7169895.
HSL color Cylindrical-coordinate representation of color #67676D: hue angle of 240º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #67676D is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 103 | 109 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.57 |
| HSL | 240º | 0.03% | 0.42% | - |
| HSV(B) | 240º | 0.06% | 0.43% | - |
| XYZ | 13.2 | 13.69 | 16.41 | - |
| YUV | 103.68 | 131 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 103 | 109 | 0.06 | 0.06 | 0 | 0.57 | 240 | 0.03 | 0.42 |
| Hex | 67 | 67 | 6D | 6 | 6 | 0 | 39 | F0 | 3 | 2A |
| Octal | 147 | 147 | 155 | 6 | 6 | 0 | 71 | 360 | 3 | 52 |
| Binary | 1100111 | 1100111 | 1101101 | 110 | 110 | 0 | 111001 | 11110000 | 11 | 101010 |
Color Harmonies of #67676D
Complementary color
Monochromatic Colors of #67676D
Black with #67676D
Text Example
Text Example
White with #67676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67676D; }
p { color: rgb(103,103,109); }
H1.HeaderClassName
{
color: #67676D;
}
.AnyTagClassName
{
color: #67676D;
}
</style>
background-color css
<style>
a { background-color: #67676D; }
a { background-color: rgb(103,103,109); }
div.DivClassName
{
background-color: #67676D;
}
.BgClassName
{
background-color: #67676D;
}
</style>
border-color css
<style>
span { border-color: #67676D; }
span { border-color: rgb(103,103,109); }
td.TdClassName
{
border-color: #67676D;
}
.TagClassName
{
border-color: #67676D;
}
</style>