Shades of Comet #676788
Tints of Comet #676788
RGB
CMYK
RGB Variations
Color information
#676788 (or 0x676788) is known color: Comet. HEX triplet: 67, 67 and 88. RGB value is (103,103,136). Sum of RGB (Red+Green+Blue) = 103+103+136=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 136 - color contains mainly: blue. Hex color #676788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676788 is #989877. Grayscale: #6A6A6A. Windows color (decimal): -10000504 or 8939367. OLE color: 8939367.
HSL color Cylindrical-coordinate representation of color #676788: hue angle of 240º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #676788 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 103 | 136 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.47 |
| HSL | 240º | 0.14% | 0.47% | - |
| HSV(B) | 240º | 0.24% | 0.53% | - |
| XYZ | 14.89 | 14.36 | 25.28 | - |
| YUV | 106.76 | 144.5 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 103 | 136 | 0.24 | 0.24 | 0 | 0.47 | 240 | 0.14 | 0.47 |
| Hex | 67 | 67 | 88 | 18 | 18 | 0 | 2F | F0 | E | 2F |
| Octal | 147 | 147 | 210 | 30 | 30 | 0 | 57 | 360 | 16 | 57 |
| Binary | 1100111 | 1100111 | 10001000 | 11000 | 11000 | 0 | 101111 | 11110000 | 1110 | 101111 |
Color Harmonies of #676788
Complementary color
Monochromatic Colors of #676788
Black with #676788
Text Example
Text Example
White with #676788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676788; }
p { color: rgb(103,103,136); }
H1.HeaderClassName
{
color: #676788;
}
.AnyTagClassName
{
color: #676788;
}
</style>
background-color css
<style>
a { background-color: #676788; }
a { background-color: rgb(103,103,136); }
div.DivClassName
{
background-color: #676788;
}
.BgClassName
{
background-color: #676788;
}
</style>
border-color css
<style>
span { border-color: #676788; }
span { border-color: rgb(103,103,136); }
td.TdClassName
{
border-color: #676788;
}
.TagClassName
{
border-color: #676788;
}
</style>