Shades of Indigo #680698
Tints of Indigo #680698
RGB
CMYK
RGB Variations
Color information
#680698 (or 0x680698) is known color: Indigo. HEX triplet: 68, 06 and 98. RGB value is (104,6,152). Sum of RGB (Red+Green+Blue) = 104+6+152=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 152 (59.77% from 255 or 58.02% from 262); Max value from RGB is 152 - color contains mainly: blue. Hex color #680698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680698 is #97F967. Grayscale: #333333. Windows color (decimal): -9959784 or 9963112. OLE color: 9963112.
HSL color Cylindrical-coordinate representation of color #680698: hue angle of 280.27º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680698 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 6 | 152 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.40 |
| HSL | 280.27º | 0.92% | 0.31% | - |
| HSV(B) | 280.27º | 0.96% | 0.6% | - |
| XYZ | 11.44 | 5.34 | 30.13 | - |
| YUV | 51.95 | 184.47 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 152 | 0.32 | 0.96 | 0 | 0.40 | 280.27 | 0.92 | 0.31 |
| Hex | 68 | 6 | 98 | 20 | 60 | 0 | 28 | 118 | 5C | 1F |
| Octal | 150 | 6 | 230 | 40 | 140 | 0 | 50 | 430 | 134 | 37 |
| Binary | 1101000 | 110 | 10011000 | 100000 | 1100000 | 0 | 101000 | 100011000 | 1011100 | 11111 |
Color Harmonies of #680698
Complementary color
Monochromatic Colors of #680698
Black with #680698
Text Example
Text Example
White with #680698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680698; }
p { color: rgb(104,6,152); }
H1.HeaderClassName
{
color: #680698;
}
.AnyTagClassName
{
color: #680698;
}
</style>
background-color css
<style>
a { background-color: #680698; }
a { background-color: rgb(104,6,152); }
div.DivClassName
{
background-color: #680698;
}
.BgClassName
{
background-color: #680698;
}
</style>
border-color css
<style>
span { border-color: #680698; }
span { border-color: rgb(104,6,152); }
td.TdClassName
{
border-color: #680698;
}
.TagClassName
{
border-color: #680698;
}
</style>