Shades of Comet #686B88
Tints of Comet #686B88
RGB
CMYK
RGB Variations
Color information
#686B88 (or 0x686B88) is known color: Comet. HEX triplet: 68, 6B and 88. RGB value is (104,107,136). Sum of RGB (Red+Green+Blue) = 104+107+136=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 136 - color contains mainly: blue. Hex color #686B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686B88 is #979477. Grayscale: #6D6D6D. Windows color (decimal): -9933944 or 8940392. OLE color: 8940392.
HSL color Cylindrical-coordinate representation of color #686B88: hue angle of 234.38º degrees, saturation: 0.13, 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 #686B88 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 107 | 136 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.47 |
| HSL | 234.38º | 0.13% | 0.47% | - |
| HSV(B) | 234.38º | 0.24% | 0.53% | - |
| XYZ | 15.41 | 15.24 | 25.42 | - |
| YUV | 109.41 | 143.01 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 136 | 0.24 | 0.21 | 0 | 0.47 | 234.38 | 0.13 | 0.47 |
| Hex | 68 | 6B | 88 | 18 | 15 | 0 | 2F | EA | D | 2F |
| Octal | 150 | 153 | 210 | 30 | 25 | 0 | 57 | 352 | 15 | 57 |
| Binary | 1101000 | 1101011 | 10001000 | 11000 | 10101 | 0 | 101111 | 11101010 | 1101 | 101111 |
Color Harmonies of #686B88
Complementary color
Monochromatic Colors of #686B88
Black with #686B88
Text Example
Text Example
White with #686B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B88; }
p { color: rgb(104,107,136); }
H1.HeaderClassName
{
color: #686B88;
}
.AnyTagClassName
{
color: #686B88;
}
</style>
background-color css
<style>
a { background-color: #686B88; }
a { background-color: rgb(104,107,136); }
div.DivClassName
{
background-color: #686B88;
}
.BgClassName
{
background-color: #686B88;
}
</style>
border-color css
<style>
span { border-color: #686B88; }
span { border-color: rgb(104,107,136); }
td.TdClassName
{
border-color: #686B88;
}
.TagClassName
{
border-color: #686B88;
}
</style>