Shades of Comet #686C83
Tints of Comet #686C83
RGB
CMYK
RGB Variations
Color information
#686C83 (or 0x686C83) is known color: Comet. HEX triplet: 68, 6C and 83. RGB value is (104,108,131). Sum of RGB (Red+Green+Blue) = 104+108+131=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 131 - color contains mainly: blue. Hex color #686C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686C83 is #97937C. Grayscale: #6D6D6D. Windows color (decimal): -9933693 or 8612968. OLE color: 8612968.
HSL color Cylindrical-coordinate representation of color #686C83: hue angle of 231.11º degrees, saturation: 0.11, 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 #686C83 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 108 | 131 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.49 |
| HSL | 231.11º | 0.11% | 0.46% | - |
| HSV(B) | 231.11º | 0.21% | 0.51% | - |
| XYZ | 15.17 | 15.31 | 23.63 | - |
| YUV | 109.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 131 | 0.21 | 0.18 | 0 | 0.49 | 231.11 | 0.11 | 0.46 |
| Hex | 68 | 6C | 83 | 15 | 12 | 0 | 31 | E7 | B | 2E |
| Octal | 150 | 154 | 203 | 25 | 22 | 0 | 61 | 347 | 13 | 56 |
| Binary | 1101000 | 1101100 | 10000011 | 10101 | 10010 | 0 | 110001 | 11100111 | 1011 | 101110 |
Color Harmonies of #686C83
Complementary color
Monochromatic Colors of #686C83
Black with #686C83
Text Example
Text Example
White with #686C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686C83; }
p { color: rgb(104,108,131); }
H1.HeaderClassName
{
color: #686C83;
}
.AnyTagClassName
{
color: #686C83;
}
</style>
background-color css
<style>
a { background-color: #686C83; }
a { background-color: rgb(104,108,131); }
div.DivClassName
{
background-color: #686C83;
}
.BgClassName
{
background-color: #686C83;
}
</style>
border-color css
<style>
span { border-color: #686C83; }
span { border-color: rgb(104,108,131); }
td.TdClassName
{
border-color: #686C83;
}
.TagClassName
{
border-color: #686C83;
}
</style>