Shades of Comet #676775
Tints of Comet #676775
RGB
CMYK
RGB Variations
Color information
#676775 (or 0x676775) is known color: Comet. HEX triplet: 67, 67 and 75. RGB value is (103,103,117). Sum of RGB (Red+Green+Blue) = 103+103+117=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 117 - color contains mainly: blue. Hex color #676775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676775 is #98988A. Grayscale: #686868. Windows color (decimal): -10000523 or 7694183. OLE color: 7694183.
HSL color Cylindrical-coordinate representation of color #676775: hue angle of 240º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #676775 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 103 | 117 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.54 |
| HSL | 240º | 0.06% | 0.43% | - |
| HSV(B) | 240º | 0.12% | 0.46% | - |
| XYZ | 13.65 | 13.87 | 18.79 | - |
| YUV | 104.6 | 135 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 103 | 117 | 0.12 | 0.12 | 0 | 0.54 | 240 | 0.06 | 0.43 |
| Hex | 67 | 67 | 75 | C | C | 0 | 36 | F0 | 6 | 2B |
| Octal | 147 | 147 | 165 | 14 | 14 | 0 | 66 | 360 | 6 | 53 |
| Binary | 1100111 | 1100111 | 1110101 | 1100 | 1100 | 0 | 110110 | 11110000 | 110 | 101011 |
Color Harmonies of #676775
Complementary color
Monochromatic Colors of #676775
Black with #676775
Text Example
Text Example
White with #676775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676775; }
p { color: rgb(103,103,117); }
H1.HeaderClassName
{
color: #676775;
}
.AnyTagClassName
{
color: #676775;
}
</style>
background-color css
<style>
a { background-color: #676775; }
a { background-color: rgb(103,103,117); }
div.DivClassName
{
background-color: #676775;
}
.BgClassName
{
background-color: #676775;
}
</style>
border-color css
<style>
span { border-color: #676775; }
span { border-color: rgb(103,103,117); }
td.TdClassName
{
border-color: #676775;
}
.TagClassName
{
border-color: #676775;
}
</style>