Shades of Comet #676970
Tints of Comet #676970
RGB
CMYK
RGB Variations
Color information
#676970 (or 0x676970) is known color: Comet. HEX triplet: 67, 69 and 70. RGB value is (103,105,112). Sum of RGB (Red+Green+Blue) = 103+105+112=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 112 - color contains mainly: blue. Hex color #676970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676970 is #98968F. Grayscale: #696969. Windows color (decimal): -10000016 or 7367015. OLE color: 7367015.
HSL color Cylindrical-coordinate representation of color #676970: hue angle of 226.67º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #676970 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 105 | 112 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.56 |
| HSL | 226.67º | 0.04% | 0.42% | - |
| HSV(B) | 226.67º | 0.08% | 0.44% | - |
| XYZ | 13.57 | 14.16 | 17.35 | - |
| YUV | 105.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 105 | 112 | 0.08 | 0.06 | 0 | 0.56 | 226.67 | 0.04 | 0.42 |
| Hex | 67 | 69 | 70 | 8 | 6 | 0 | 38 | E3 | 4 | 2A |
| Octal | 147 | 151 | 160 | 10 | 6 | 0 | 70 | 343 | 4 | 52 |
| Binary | 1100111 | 1101001 | 1110000 | 1000 | 110 | 0 | 111000 | 11100011 | 100 | 101010 |
Color Harmonies of #676970
Complementary color
Monochromatic Colors of #676970
Black with #676970
Text Example
Text Example
White with #676970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676970; }
p { color: rgb(103,105,112); }
H1.HeaderClassName
{
color: #676970;
}
.AnyTagClassName
{
color: #676970;
}
</style>
background-color css
<style>
a { background-color: #676970; }
a { background-color: rgb(103,105,112); }
div.DivClassName
{
background-color: #676970;
}
.BgClassName
{
background-color: #676970;
}
</style>
border-color css
<style>
span { border-color: #676970; }
span { border-color: rgb(103,105,112); }
td.TdClassName
{
border-color: #676970;
}
.TagClassName
{
border-color: #676970;
}
</style>