Shades of Comet #676A83
Tints of Comet #676A83
RGB
CMYK
RGB Variations
Color information
#676A83 (or 0x676A83) is known color: Comet. HEX triplet: 67, 6A and 83. RGB value is (103,106,131). Sum of RGB (Red+Green+Blue) = 103+106+131=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 131 - color contains mainly: blue. Hex color #676A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676A83 is #98957C. Grayscale: #6B6B6B. Windows color (decimal): -9999741 or 8612455. OLE color: 8612455.
HSL color Cylindrical-coordinate representation of color #676A83: hue angle of 233.57º 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 #676A83 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 106 | 131 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.49 |
| HSL | 233.57º | 0.12% | 0.46% | - |
| HSV(B) | 233.57º | 0.21% | 0.51% | - |
| XYZ | 14.84 | 14.83 | 23.55 | - |
| YUV | 107.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 106 | 131 | 0.21 | 0.19 | 0 | 0.49 | 233.57 | 0.12 | 0.46 |
| Hex | 67 | 6A | 83 | 15 | 13 | 0 | 31 | EA | C | 2E |
| Octal | 147 | 152 | 203 | 25 | 23 | 0 | 61 | 352 | 14 | 56 |
| Binary | 1100111 | 1101010 | 10000011 | 10101 | 10011 | 0 | 110001 | 11101010 | 1100 | 101110 |
Color Harmonies of #676A83
Complementary color
Monochromatic Colors of #676A83
Black with #676A83
Text Example
Text Example
White with #676A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676A83; }
p { color: rgb(103,106,131); }
H1.HeaderClassName
{
color: #676A83;
}
.AnyTagClassName
{
color: #676A83;
}
</style>
background-color css
<style>
a { background-color: #676A83; }
a { background-color: rgb(103,106,131); }
div.DivClassName
{
background-color: #676A83;
}
.BgClassName
{
background-color: #676A83;
}
</style>
border-color css
<style>
span { border-color: #676A83; }
span { border-color: rgb(103,106,131); }
td.TdClassName
{
border-color: #676A83;
}
.TagClassName
{
border-color: #676A83;
}
</style>