Shades of Indigo #680194
Tints of Indigo #680194
RGB
CMYK
RGB Variations
Color information
#680194 (or 0x680194) is known color: Indigo. HEX triplet: 68, 01 and 94. RGB value is (104,1,148). Sum of RGB (Red+Green+Blue) = 104+1+148=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #680194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680194 is #97FE6B. Grayscale: #303030. Windows color (decimal): -9961068 or 9699688. OLE color: 9699688.
HSL color Cylindrical-coordinate representation of color #680194: hue angle of 282.04º degrees, saturation: 0.99, 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 #680194 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 1 | 148 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.42 |
| HSL | 282.04º | 0.99% | 0.29% | - |
| HSV(B) | 282.04º | 0.99% | 0.58% | - |
| XYZ | 11.07 | 5.1 | 28.42 | - |
| YUV | 48.56 | 184.12 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 148 | 0.30 | 0.99 | 0 | 0.42 | 282.04 | 0.99 | 0.29 |
| Hex | 68 | 1 | 94 | 1E | 63 | 0 | 2A | 11A | 63 | 1D |
| Octal | 150 | 1 | 224 | 36 | 143 | 0 | 52 | 432 | 143 | 35 |
| Binary | 1101000 | 1 | 10010100 | 11110 | 1100011 | 0 | 101010 | 100011010 | 1100011 | 11101 |
Color Harmonies of #680194
Complementary color
Monochromatic Colors of #680194
Black with #680194
Text Example
Text Example
White with #680194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680194; }
p { color: rgb(104,1,148); }
H1.HeaderClassName
{
color: #680194;
}
.AnyTagClassName
{
color: #680194;
}
</style>
background-color css
<style>
a { background-color: #680194; }
a { background-color: rgb(104,1,148); }
div.DivClassName
{
background-color: #680194;
}
.BgClassName
{
background-color: #680194;
}
</style>
border-color css
<style>
span { border-color: #680194; }
span { border-color: rgb(104,1,148); }
td.TdClassName
{
border-color: #680194;
}
.TagClassName
{
border-color: #680194;
}
</style>