Shades of Indigo #680294
Tints of Indigo #680294
RGB
CMYK
RGB Variations
Color information
#680294 (or 0x680294) is known color: Indigo. HEX triplet: 68, 02 and 94. RGB value is (104,2,148). Sum of RGB (Red+Green+Blue) = 104+2+148=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #680294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680294 is #97FD6B. Grayscale: #303030. Windows color (decimal): -9960812 or 9699944. OLE color: 9699944.
HSL color Cylindrical-coordinate representation of color #680294: hue angle of 281.92º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680294 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 2 | 148 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.42 |
| HSL | 281.92º | 0.97% | 0.29% | - |
| HSV(B) | 281.92º | 0.99% | 0.58% | - |
| XYZ | 11.08 | 5.12 | 28.42 | - |
| YUV | 49.14 | 183.79 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 148 | 0.30 | 0.99 | 0 | 0.42 | 281.92 | 0.97 | 0.29 |
| Hex | 68 | 2 | 94 | 1E | 63 | 0 | 2A | 11A | 61 | 1D |
| Octal | 150 | 2 | 224 | 36 | 143 | 0 | 52 | 432 | 141 | 35 |
| Binary | 1101000 | 10 | 10010100 | 11110 | 1100011 | 0 | 101010 | 100011010 | 1100001 | 11101 |
Color Harmonies of #680294
Complementary color
Monochromatic Colors of #680294
Black with #680294
Text Example
Text Example
White with #680294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680294; }
p { color: rgb(104,2,148); }
H1.HeaderClassName
{
color: #680294;
}
.AnyTagClassName
{
color: #680294;
}
</style>
background-color css
<style>
a { background-color: #680294; }
a { background-color: rgb(104,2,148); }
div.DivClassName
{
background-color: #680294;
}
.BgClassName
{
background-color: #680294;
}
</style>
border-color css
<style>
span { border-color: #680294; }
span { border-color: rgb(104,2,148); }
td.TdClassName
{
border-color: #680294;
}
.TagClassName
{
border-color: #680294;
}
</style>