Shades of Comet #676971
Tints of Comet #676971
RGB
CMYK
RGB Variations
Color information
#676971 (or 0x676971) is known color: Comet. HEX triplet: 67, 69 and 71. RGB value is (103,105,113). Sum of RGB (Red+Green+Blue) = 103+105+113=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 113 - color contains mainly: blue. Hex color #676971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676971 is #98968E. Grayscale: #696969. Windows color (decimal): -10000015 or 7432551. OLE color: 7432551.
HSL color Cylindrical-coordinate representation of color #676971: hue angle of 228º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #676971 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 105 | 113 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.56 |
| HSL | 228º | 0.05% | 0.42% | - |
| HSV(B) | 228º | 0.09% | 0.44% | - |
| XYZ | 13.63 | 14.18 | 17.64 | - |
| YUV | 105.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 105 | 113 | 0.09 | 0.07 | 0 | 0.56 | 228 | 0.05 | 0.42 |
| Hex | 67 | 69 | 71 | 9 | 7 | 0 | 38 | E4 | 5 | 2A |
| Octal | 147 | 151 | 161 | 11 | 7 | 0 | 70 | 344 | 5 | 52 |
| Binary | 1100111 | 1101001 | 1110001 | 1001 | 111 | 0 | 111000 | 11100100 | 101 | 101010 |
Color Harmonies of #676971
Complementary color
Monochromatic Colors of #676971
Black with #676971
Text Example
Text Example
White with #676971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676971; }
p { color: rgb(103,105,113); }
H1.HeaderClassName
{
color: #676971;
}
.AnyTagClassName
{
color: #676971;
}
</style>
background-color css
<style>
a { background-color: #676971; }
a { background-color: rgb(103,105,113); }
div.DivClassName
{
background-color: #676971;
}
.BgClassName
{
background-color: #676971;
}
</style>
border-color css
<style>
span { border-color: #676971; }
span { border-color: rgb(103,105,113); }
td.TdClassName
{
border-color: #676971;
}
.TagClassName
{
border-color: #676971;
}
</style>