Shades of Comet #68698B
Tints of Comet #68698B
RGB
CMYK
RGB Variations
Color information
#68698B (or 0x68698B) is known color: Comet. HEX triplet: 68, 69 and 8B. RGB value is (104,105,139). Sum of RGB (Red+Green+Blue) = 104+105+139=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 139 - color contains mainly: blue. Hex color #68698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68698B is #979674. Grayscale: #6C6C6C. Windows color (decimal): -9934453 or 9136488. OLE color: 9136488.
HSL color Cylindrical-coordinate representation of color #68698B: hue angle of 238.29º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68698B is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 105 | 139 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.45 |
| HSL | 238.29º | 0.14% | 0.48% | - |
| HSV(B) | 238.29º | 0.25% | 0.55% | - |
| XYZ | 15.42 | 14.91 | 26.49 | - |
| YUV | 108.58 | 145.17 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 139 | 0.25 | 0.24 | 0 | 0.45 | 238.29 | 0.14 | 0.48 |
| Hex | 68 | 69 | 8B | 19 | 18 | 0 | 2D | EE | E | 30 |
| Octal | 150 | 151 | 213 | 31 | 30 | 0 | 55 | 356 | 16 | 60 |
| Binary | 1101000 | 1101001 | 10001011 | 11001 | 11000 | 0 | 101101 | 11101110 | 1110 | 110000 |
Color Harmonies of #68698B
Complementary color
Monochromatic Colors of #68698B
Black with #68698B
Text Example
Text Example
White with #68698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68698B; }
p { color: rgb(104,105,139); }
H1.HeaderClassName
{
color: #68698B;
}
.AnyTagClassName
{
color: #68698B;
}
</style>
background-color css
<style>
a { background-color: #68698B; }
a { background-color: rgb(104,105,139); }
div.DivClassName
{
background-color: #68698B;
}
.BgClassName
{
background-color: #68698B;
}
</style>
border-color css
<style>
span { border-color: #68698B; }
span { border-color: rgb(104,105,139); }
td.TdClassName
{
border-color: #68698B;
}
.TagClassName
{
border-color: #68698B;
}
</style>