Shades of Comet #676888
Tints of Comet #676888
RGB
CMYK
RGB Variations
Color information
#676888 (or 0x676888) is known color: Comet. HEX triplet: 67, 68 and 88. RGB value is (103,104,136). Sum of RGB (Red+Green+Blue) = 103+104+136=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 136 - color contains mainly: blue. Hex color #676888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676888 is #989777. Grayscale: #6B6B6B. Windows color (decimal): -10000248 or 8939623. OLE color: 8939623.
HSL color Cylindrical-coordinate representation of color #676888: hue angle of 238.18º 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 #676888 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 104 | 136 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.47 |
| HSL | 238.18º | 0.14% | 0.47% | - |
| HSV(B) | 238.18º | 0.24% | 0.53% | - |
| XYZ | 14.99 | 14.56 | 25.31 | - |
| YUV | 107.35 | 144.17 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 104 | 136 | 0.24 | 0.24 | 0 | 0.47 | 238.18 | 0.14 | 0.47 |
| Hex | 67 | 68 | 88 | 18 | 18 | 0 | 2F | EE | E | 2F |
| Octal | 147 | 150 | 210 | 30 | 30 | 0 | 57 | 356 | 16 | 57 |
| Binary | 1100111 | 1101000 | 10001000 | 11000 | 11000 | 0 | 101111 | 11101110 | 1110 | 101111 |
Color Harmonies of #676888
Complementary color
Monochromatic Colors of #676888
Black with #676888
Text Example
Text Example
White with #676888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676888; }
p { color: rgb(103,104,136); }
H1.HeaderClassName
{
color: #676888;
}
.AnyTagClassName
{
color: #676888;
}
</style>
background-color css
<style>
a { background-color: #676888; }
a { background-color: rgb(103,104,136); }
div.DivClassName
{
background-color: #676888;
}
.BgClassName
{
background-color: #676888;
}
</style>
border-color css
<style>
span { border-color: #676888; }
span { border-color: rgb(103,104,136); }
td.TdClassName
{
border-color: #676888;
}
.TagClassName
{
border-color: #676888;
}
</style>