Shades of Comet #68688A
Tints of Comet #68688A
RGB
CMYK
RGB Variations
Color information
#68688A (or 0x68688A) is known color: Comet. HEX triplet: 68, 68 and 8A. RGB value is (104,104,138). Sum of RGB (Red+Green+Blue) = 104+104+138=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #68688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68688A is #979775. Grayscale: #6B6B6B. Windows color (decimal): -9934710 or 9070696. OLE color: 9070696.
HSL color Cylindrical-coordinate representation of color #68688A: hue angle of 240º 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 #68688A is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 104 | 138 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.46 |
| HSL | 240º | 0.14% | 0.47% | - |
| HSV(B) | 240º | 0.25% | 0.54% | - |
| XYZ | 15.25 | 14.68 | 26.07 | - |
| YUV | 107.88 | 145 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 138 | 0.25 | 0.25 | 0 | 0.46 | 240 | 0.14 | 0.47 |
| Hex | 68 | 68 | 8A | 19 | 19 | 0 | 2E | F0 | E | 2F |
| Octal | 150 | 150 | 212 | 31 | 31 | 0 | 56 | 360 | 16 | 57 |
| Binary | 1101000 | 1101000 | 10001010 | 11001 | 11001 | 0 | 101110 | 11110000 | 1110 | 101111 |
Color Harmonies of #68688A
Complementary color
Monochromatic Colors of #68688A
Black with #68688A
Text Example
Text Example
White with #68688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68688A; }
p { color: rgb(104,104,138); }
H1.HeaderClassName
{
color: #68688A;
}
.AnyTagClassName
{
color: #68688A;
}
</style>
background-color css
<style>
a { background-color: #68688A; }
a { background-color: rgb(104,104,138); }
div.DivClassName
{
background-color: #68688A;
}
.BgClassName
{
background-color: #68688A;
}
</style>
border-color css
<style>
span { border-color: #68688A; }
span { border-color: rgb(104,104,138); }
td.TdClassName
{
border-color: #68688A;
}
.TagClassName
{
border-color: #68688A;
}
</style>