Shades of Indigo #680198
Tints of Indigo #680198
RGB
CMYK
RGB Variations
Color information
#680198 (or 0x680198) is known color: Indigo. HEX triplet: 68, 01 and 98. RGB value is (104,1,152). Sum of RGB (Red+Green+Blue) = 104+1+152=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #680198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680198 is #97FE67. Grayscale: #303030. Windows color (decimal): -9961064 or 9961832. OLE color: 9961832.
HSL color Cylindrical-coordinate representation of color #680198: hue angle of 280.93º degrees, saturation: 0.99, 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 #680198 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 1 | 152 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.40 |
| HSL | 280.93º | 0.99% | 0.3% | - |
| HSV(B) | 280.93º | 0.99% | 0.6% | - |
| XYZ | 11.39 | 5.23 | 30.12 | - |
| YUV | 49.01 | 186.12 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 152 | 0.32 | 0.99 | 0 | 0.40 | 280.93 | 0.99 | 0.3 |
| Hex | 68 | 1 | 98 | 20 | 63 | 0 | 28 | 119 | 63 | 1E |
| Octal | 150 | 1 | 230 | 40 | 143 | 0 | 50 | 431 | 143 | 36 |
| Binary | 1101000 | 1 | 10011000 | 100000 | 1100011 | 0 | 101000 | 100011001 | 1100011 | 11110 |
Color Harmonies of #680198
Complementary color
Monochromatic Colors of #680198
Black with #680198
Text Example
Text Example
White with #680198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680198; }
p { color: rgb(104,1,152); }
H1.HeaderClassName
{
color: #680198;
}
.AnyTagClassName
{
color: #680198;
}
</style>
background-color css
<style>
a { background-color: #680198; }
a { background-color: rgb(104,1,152); }
div.DivClassName
{
background-color: #680198;
}
.BgClassName
{
background-color: #680198;
}
</style>
border-color css
<style>
span { border-color: #680198; }
span { border-color: rgb(104,1,152); }
td.TdClassName
{
border-color: #680198;
}
.TagClassName
{
border-color: #680198;
}
</style>