Shades of Comet #686C85
Tints of Comet #686C85
RGB
CMYK
RGB Variations
Color information
#686C85 (or 0x686C85) is known color: Comet. HEX triplet: 68, 6C and 85. RGB value is (104,108,133). Sum of RGB (Red+Green+Blue) = 104+108+133=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 133 - color contains mainly: blue. Hex color #686C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686C85 is #97937A. Grayscale: #6D6D6D. Windows color (decimal): -9933691 or 8744040. OLE color: 8744040.
HSL color Cylindrical-coordinate representation of color #686C85: hue angle of 231.72º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #686C85 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 108 | 133 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.48 |
| HSL | 231.72º | 0.12% | 0.46% | - |
| HSV(B) | 231.72º | 0.22% | 0.52% | - |
| XYZ | 15.31 | 15.36 | 24.35 | - |
| YUV | 109.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 133 | 0.22 | 0.19 | 0 | 0.48 | 231.72 | 0.12 | 0.46 |
| Hex | 68 | 6C | 85 | 16 | 13 | 0 | 30 | E8 | C | 2E |
| Octal | 150 | 154 | 205 | 26 | 23 | 0 | 60 | 350 | 14 | 56 |
| Binary | 1101000 | 1101100 | 10000101 | 10110 | 10011 | 0 | 110000 | 11101000 | 1100 | 101110 |
Color Harmonies of #686C85
Complementary color
Monochromatic Colors of #686C85
Black with #686C85
Text Example
Text Example
White with #686C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686C85; }
p { color: rgb(104,108,133); }
H1.HeaderClassName
{
color: #686C85;
}
.AnyTagClassName
{
color: #686C85;
}
</style>
background-color css
<style>
a { background-color: #686C85; }
a { background-color: rgb(104,108,133); }
div.DivClassName
{
background-color: #686C85;
}
.BgClassName
{
background-color: #686C85;
}
</style>
border-color css
<style>
span { border-color: #686C85; }
span { border-color: rgb(104,108,133); }
td.TdClassName
{
border-color: #686C85;
}
.TagClassName
{
border-color: #686C85;
}
</style>