Shades of Indigo #680798
Tints of Indigo #680798
RGB
CMYK
RGB Variations
Color information
#680798 (or 0x680798) is known color: Indigo. HEX triplet: 68, 07 and 98. RGB value is (104,7,152). Sum of RGB (Red+Green+Blue) = 104+7+152=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 152 (59.77% from 255 or 57.79% from 263); Max value from RGB is 152 - color contains mainly: blue. Hex color #680798 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680798 is #97F867. Grayscale: #343434. Windows color (decimal): -9959528 or 9963368. OLE color: 9963368.
HSL color Cylindrical-coordinate representation of color #680798: hue angle of 280.14º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680798 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 7 | 152 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.40 |
| HSL | 280.14º | 0.91% | 0.31% | - |
| HSV(B) | 280.14º | 0.95% | 0.6% | - |
| XYZ | 11.45 | 5.36 | 30.14 | - |
| YUV | 52.53 | 184.14 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 152 | 0.32 | 0.95 | 0 | 0.40 | 280.14 | 0.91 | 0.31 |
| Hex | 68 | 7 | 98 | 20 | 5F | 0 | 28 | 118 | 5B | 1F |
| Octal | 150 | 7 | 230 | 40 | 137 | 0 | 50 | 430 | 133 | 37 |
| Binary | 1101000 | 111 | 10011000 | 100000 | 1011111 | 0 | 101000 | 100011000 | 1011011 | 11111 |
Color Harmonies of #680798
Complementary color
Monochromatic Colors of #680798
Black with #680798
Text Example
Text Example
White with #680798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680798; }
p { color: rgb(104,7,152); }
H1.HeaderClassName
{
color: #680798;
}
.AnyTagClassName
{
color: #680798;
}
</style>
background-color css
<style>
a { background-color: #680798; }
a { background-color: rgb(104,7,152); }
div.DivClassName
{
background-color: #680798;
}
.BgClassName
{
background-color: #680798;
}
</style>
border-color css
<style>
span { border-color: #680798; }
span { border-color: rgb(104,7,152); }
td.TdClassName
{
border-color: #680798;
}
.TagClassName
{
border-color: #680798;
}
</style>