Shades of Comet #67676F
Tints of Comet #67676F
RGB
CMYK
RGB Variations
Color information
#67676F (or 0x67676F) is known color: Comet. HEX triplet: 67, 67 and 6F. RGB value is (103,103,111). Sum of RGB (Red+Green+Blue) = 103+103+111=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 111 - color contains mainly: blue. Hex color #67676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67676F is #989890. Grayscale: #676767. Windows color (decimal): -10000529 or 7300967. OLE color: 7300967.
HSL color Cylindrical-coordinate representation of color #67676F: hue angle of 240º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #67676F is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 103 | 111 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.56 |
| HSL | 240º | 0.04% | 0.42% | - |
| HSV(B) | 240º | 0.07% | 0.44% | - |
| XYZ | 13.31 | 13.73 | 16.99 | - |
| YUV | 103.91 | 132 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 103 | 111 | 0.07 | 0.07 | 0 | 0.56 | 240 | 0.04 | 0.42 |
| Hex | 67 | 67 | 6F | 7 | 7 | 0 | 38 | F0 | 4 | 2A |
| Octal | 147 | 147 | 157 | 7 | 7 | 0 | 70 | 360 | 4 | 52 |
| Binary | 1100111 | 1100111 | 1101111 | 111 | 111 | 0 | 111000 | 11110000 | 100 | 101010 |
Color Harmonies of #67676F
Complementary color
Monochromatic Colors of #67676F
Black with #67676F
Text Example
Text Example
White with #67676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67676F; }
p { color: rgb(103,103,111); }
H1.HeaderClassName
{
color: #67676F;
}
.AnyTagClassName
{
color: #67676F;
}
</style>
background-color css
<style>
a { background-color: #67676F; }
a { background-color: rgb(103,103,111); }
div.DivClassName
{
background-color: #67676F;
}
.BgClassName
{
background-color: #67676F;
}
</style>
border-color css
<style>
span { border-color: #67676F; }
span { border-color: rgb(103,103,111); }
td.TdClassName
{
border-color: #67676F;
}
.TagClassName
{
border-color: #67676F;
}
</style>