Shades of Comet #68698A
Tints of Comet #68698A
RGB
CMYK
RGB Variations
Color information
#68698A (or 0x68698A) is known color: Comet. HEX triplet: 68, 69 and 8A. RGB value is (104,105,138). Sum of RGB (Red+Green+Blue) = 104+105+138=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #68698A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68698A is #979675. Grayscale: #6C6C6C. Windows color (decimal): -9934454 or 9070952. OLE color: 9070952.
HSL color Cylindrical-coordinate representation of color #68698A: hue angle of 238.24º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68698A is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 105 | 138 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.46 |
| HSL | 238.24º | 0.14% | 0.47% | - |
| HSV(B) | 238.24º | 0.25% | 0.54% | - |
| XYZ | 15.35 | 14.88 | 26.11 | - |
| YUV | 108.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 138 | 0.25 | 0.24 | 0 | 0.46 | 238.24 | 0.14 | 0.47 |
| Hex | 68 | 69 | 8A | 19 | 18 | 0 | 2E | EE | E | 2F |
| Octal | 150 | 151 | 212 | 31 | 30 | 0 | 56 | 356 | 16 | 57 |
| Binary | 1101000 | 1101001 | 10001010 | 11001 | 11000 | 0 | 101110 | 11101110 | 1110 | 101111 |
Color Harmonies of #68698A
Complementary color
Monochromatic Colors of #68698A
Black with #68698A
Text Example
Text Example
White with #68698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68698A; }
p { color: rgb(104,105,138); }
H1.HeaderClassName
{
color: #68698A;
}
.AnyTagClassName
{
color: #68698A;
}
</style>
background-color css
<style>
a { background-color: #68698A; }
a { background-color: rgb(104,105,138); }
div.DivClassName
{
background-color: #68698A;
}
.BgClassName
{
background-color: #68698A;
}
</style>
border-color css
<style>
span { border-color: #68698A; }
span { border-color: rgb(104,105,138); }
td.TdClassName
{
border-color: #68698A;
}
.TagClassName
{
border-color: #68698A;
}
</style>