Shades of Indigo #680893
Tints of Indigo #680893
RGB
CMYK
RGB Variations
Color information
#680893 (or 0x680893) is known color: Indigo. HEX triplet: 68, 08 and 93. RGB value is (104,8,147). Sum of RGB (Red+Green+Blue) = 104+8+147=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 147 (57.81% from 255 or 56.76% from 259); Max value from RGB is 147 - color contains mainly: blue. Hex color #680893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680893 is #97F76C. Grayscale: #343434. Windows color (decimal): -9959277 or 9635944. OLE color: 9635944.
HSL color Cylindrical-coordinate representation of color #680893: hue angle of 281.44º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680893 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 8 | 147 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.42 |
| HSL | 281.44º | 0.9% | 0.3% | - |
| HSV(B) | 281.44º | 0.95% | 0.58% | - |
| XYZ | 11.06 | 5.22 | 28.03 | - |
| YUV | 52.55 | 181.3 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 147 | 0.29 | 0.95 | 0 | 0.42 | 281.44 | 0.9 | 0.3 |
| Hex | 68 | 8 | 93 | 1D | 5F | 0 | 2A | 119 | 5A | 1E |
| Octal | 150 | 10 | 223 | 35 | 137 | 0 | 52 | 431 | 132 | 36 |
| Binary | 1101000 | 1000 | 10010011 | 11101 | 1011111 | 0 | 101010 | 100011001 | 1011010 | 11110 |
Color Harmonies of #680893
Complementary color
Monochromatic Colors of #680893
Black with #680893
Text Example
Text Example
White with #680893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680893; }
p { color: rgb(104,8,147); }
H1.HeaderClassName
{
color: #680893;
}
.AnyTagClassName
{
color: #680893;
}
</style>
background-color css
<style>
a { background-color: #680893; }
a { background-color: rgb(104,8,147); }
div.DivClassName
{
background-color: #680893;
}
.BgClassName
{
background-color: #680893;
}
</style>
border-color css
<style>
span { border-color: #680893; }
span { border-color: rgb(104,8,147); }
td.TdClassName
{
border-color: #680893;
}
.TagClassName
{
border-color: #680893;
}
</style>