Shades of Comet #686B78
Tints of Comet #686B78
RGB
CMYK
RGB Variations
Color information
#686B78 (or 0x686B78) is known color: Comet. HEX triplet: 68, 6B and 78. RGB value is (104,107,120). Sum of RGB (Red+Green+Blue) = 104+107+120=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 120 - color contains mainly: blue. Hex color #686B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B78 is #979487. Grayscale: #6B6B6B. Windows color (decimal): -9933960 or 7891816. OLE color: 7891816.
HSL color Cylindrical-coordinate representation of color #686B78: hue angle of 228.75º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #686B78 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 107 | 120 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.53 |
| HSL | 228.75º | 0.07% | 0.44% | - |
| HSV(B) | 228.75º | 0.13% | 0.47% | - |
| XYZ | 14.36 | 14.81 | 19.87 | - |
| YUV | 107.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 120 | 0.13 | 0.11 | 0 | 0.53 | 228.75 | 0.07 | 0.44 |
| Hex | 68 | 6B | 78 | D | B | 0 | 35 | E5 | 7 | 2C |
| Octal | 150 | 153 | 170 | 15 | 13 | 0 | 65 | 345 | 7 | 54 |
| Binary | 1101000 | 1101011 | 1111000 | 1101 | 1011 | 0 | 110101 | 11100101 | 111 | 101100 |
Color Harmonies of #686B78
Complementary color
Monochromatic Colors of #686B78
Black with #686B78
Text Example
Text Example
White with #686B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B78; }
p { color: rgb(104,107,120); }
H1.HeaderClassName
{
color: #686B78;
}
.AnyTagClassName
{
color: #686B78;
}
</style>
background-color css
<style>
a { background-color: #686B78; }
a { background-color: rgb(104,107,120); }
div.DivClassName
{
background-color: #686B78;
}
.BgClassName
{
background-color: #686B78;
}
</style>
border-color css
<style>
span { border-color: #686B78; }
span { border-color: rgb(104,107,120); }
td.TdClassName
{
border-color: #686B78;
}
.TagClassName
{
border-color: #686B78;
}
</style>