Shades of Comet #676883
Tints of Comet #676883
RGB
CMYK
RGB Variations
Color information
#676883 (or 0x676883) is known color: Comet. HEX triplet: 67, 68 and 83. RGB value is (103,104,131). Sum of RGB (Red+Green+Blue) = 103+104+131=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 131 - color contains mainly: blue. Hex color #676883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676883 is #98977C. Grayscale: #6A6A6A. Windows color (decimal): -10000253 or 8611943. OLE color: 8611943.
HSL color Cylindrical-coordinate representation of color #676883: hue angle of 237.86º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #676883 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 104 | 131 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.49 |
| HSL | 237.86º | 0.12% | 0.46% | - |
| HSV(B) | 237.86º | 0.21% | 0.51% | - |
| XYZ | 14.64 | 14.42 | 23.48 | - |
| YUV | 106.78 | 141.67 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 104 | 131 | 0.21 | 0.21 | 0 | 0.49 | 237.86 | 0.12 | 0.46 |
| Hex | 67 | 68 | 83 | 15 | 15 | 0 | 31 | EE | C | 2E |
| Octal | 147 | 150 | 203 | 25 | 25 | 0 | 61 | 356 | 14 | 56 |
| Binary | 1100111 | 1101000 | 10000011 | 10101 | 10101 | 0 | 110001 | 11101110 | 1100 | 101110 |
Color Harmonies of #676883
Complementary color
Monochromatic Colors of #676883
Black with #676883
Text Example
Text Example
White with #676883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676883; }
p { color: rgb(103,104,131); }
H1.HeaderClassName
{
color: #676883;
}
.AnyTagClassName
{
color: #676883;
}
</style>
background-color css
<style>
a { background-color: #676883; }
a { background-color: rgb(103,104,131); }
div.DivClassName
{
background-color: #676883;
}
.BgClassName
{
background-color: #676883;
}
</style>
border-color css
<style>
span { border-color: #676883; }
span { border-color: rgb(103,104,131); }
td.TdClassName
{
border-color: #676883;
}
.TagClassName
{
border-color: #676883;
}
</style>