Shades of Indigo #680F90
Tints of Indigo #680F90
RGB
CMYK
RGB Variations
Color information
#680F90 (or 0x680F90) is known color: Indigo. HEX triplet: 68, 0F and 90. RGB value is (104,15,144). Sum of RGB (Red+Green+Blue) = 104+15+144=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #680F90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680F90 is #97F06F. Grayscale: #373737. Windows color (decimal): -9957488 or 9441128. OLE color: 9441128.
HSL color Cylindrical-coordinate representation of color #680F90: hue angle of 281.4º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680F90 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 15 | 144 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.44 |
| HSL | 281.4º | 0.81% | 0.31% | - |
| HSV(B) | 281.4º | 0.9% | 0.56% | - |
| XYZ | 10.91 | 5.3 | 26.83 | - |
| YUV | 56.32 | 177.49 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 144 | 0.28 | 0.90 | 0 | 0.44 | 281.4 | 0.81 | 0.31 |
| Hex | 68 | F | 90 | 1C | 5A | 0 | 2C | 119 | 51 | 1F |
| Octal | 150 | 17 | 220 | 34 | 132 | 0 | 54 | 431 | 121 | 37 |
| Binary | 1101000 | 1111 | 10010000 | 11100 | 1011010 | 0 | 101100 | 100011001 | 1010001 | 11111 |
Color Harmonies of #680F90
Complementary color
Monochromatic Colors of #680F90
Black with #680F90
Text Example
Text Example
White with #680F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680F90; }
p { color: rgb(104,15,144); }
H1.HeaderClassName
{
color: #680F90;
}
.AnyTagClassName
{
color: #680F90;
}
</style>
background-color css
<style>
a { background-color: #680F90; }
a { background-color: rgb(104,15,144); }
div.DivClassName
{
background-color: #680F90;
}
.BgClassName
{
background-color: #680F90;
}
</style>
border-color css
<style>
span { border-color: #680F90; }
span { border-color: rgb(104,15,144); }
td.TdClassName
{
border-color: #680F90;
}
.TagClassName
{
border-color: #680F90;
}
</style>