Shades of Indigo #680F94
Tints of Indigo #680F94
RGB
CMYK
RGB Variations
Color information
#680F94 (or 0x680F94) is known color: Indigo. HEX triplet: 68, 0F and 94. RGB value is (104,15,148). Sum of RGB (Red+Green+Blue) = 104+15+148=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #680F94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680F94 is #97F06B. Grayscale: #383838. Windows color (decimal): -9957484 or 9703272. OLE color: 9703272.
HSL color Cylindrical-coordinate representation of color #680F94: hue angle of 280.15º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680F94 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 15 | 148 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.42 |
| HSL | 280.15º | 0.82% | 0.32% | - |
| HSV(B) | 280.15º | 0.9% | 0.58% | - |
| XYZ | 11.23 | 5.42 | 28.47 | - |
| YUV | 56.77 | 179.49 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 148 | 0.30 | 0.90 | 0 | 0.42 | 280.15 | 0.82 | 0.32 |
| Hex | 68 | F | 94 | 1E | 5A | 0 | 2A | 118 | 52 | 20 |
| Octal | 150 | 17 | 224 | 36 | 132 | 0 | 52 | 430 | 122 | 40 |
| Binary | 1101000 | 1111 | 10010100 | 11110 | 1011010 | 0 | 101010 | 100011000 | 1010010 | 100000 |
Color Harmonies of #680F94
Complementary color
Monochromatic Colors of #680F94
Black with #680F94
Text Example
Text Example
White with #680F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680F94; }
p { color: rgb(104,15,148); }
H1.HeaderClassName
{
color: #680F94;
}
.AnyTagClassName
{
color: #680F94;
}
</style>
background-color css
<style>
a { background-color: #680F94; }
a { background-color: rgb(104,15,148); }
div.DivClassName
{
background-color: #680F94;
}
.BgClassName
{
background-color: #680F94;
}
</style>
border-color css
<style>
span { border-color: #680F94; }
span { border-color: rgb(104,15,148); }
td.TdClassName
{
border-color: #680F94;
}
.TagClassName
{
border-color: #680F94;
}
</style>