Shades of Indigo #680298
Tints of Indigo #680298
RGB
CMYK
RGB Variations
Color information
#680298 (or 0x680298) is known color: Indigo. HEX triplet: 68, 02 and 98. RGB value is (104,2,152). Sum of RGB (Red+Green+Blue) = 104+2+152=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #680298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680298 is #97FD67. Grayscale: #313131. Windows color (decimal): -9960808 or 9962088. OLE color: 9962088.
HSL color Cylindrical-coordinate representation of color #680298: hue angle of 280.8º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680298 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 2 | 152 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.40 |
| HSL | 280.8º | 0.97% | 0.3% | - |
| HSV(B) | 280.8º | 0.99% | 0.6% | - |
| XYZ | 11.4 | 5.25 | 30.12 | - |
| YUV | 49.6 | 185.79 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 152 | 0.32 | 0.99 | 0 | 0.40 | 280.8 | 0.97 | 0.3 |
| Hex | 68 | 2 | 98 | 20 | 63 | 0 | 28 | 119 | 61 | 1E |
| Octal | 150 | 2 | 230 | 40 | 143 | 0 | 50 | 431 | 141 | 36 |
| Binary | 1101000 | 10 | 10011000 | 100000 | 1100011 | 0 | 101000 | 100011001 | 1100001 | 11110 |
Color Harmonies of #680298
Complementary color
Monochromatic Colors of #680298
Black with #680298
Text Example
Text Example
White with #680298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680298; }
p { color: rgb(104,2,152); }
H1.HeaderClassName
{
color: #680298;
}
.AnyTagClassName
{
color: #680298;
}
</style>
background-color css
<style>
a { background-color: #680298; }
a { background-color: rgb(104,2,152); }
div.DivClassName
{
background-color: #680298;
}
.BgClassName
{
background-color: #680298;
}
</style>
border-color css
<style>
span { border-color: #680298; }
span { border-color: rgb(104,2,152); }
td.TdClassName
{
border-color: #680298;
}
.TagClassName
{
border-color: #680298;
}
</style>