Shades of Indigo #6800AB
Tints of Indigo #6800AB
RGB
CMYK
RGB Variations
Color information
#6800AB (or 0x6800AB) is known color: Indigo. HEX triplet: 68, 00 and AB. RGB value is (104,0,171). Sum of RGB (Red+Green+Blue) = 104+0+171=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #6800AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6800AB is #97FF54. Grayscale: #323232. Windows color (decimal): -9961301 or 11206760. OLE color: 11206760.
HSL color Cylindrical-coordinate representation of color #6800AB: hue angle of 276.49º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6800AB is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 0 | 171 | - |
| CMYK | 0.39 | 1 | 0 | 0.33 |
| HSL | 276.49º | 1% | 0.34% | - |
| HSV(B) | 276.49º | 1% | 0.67% | - |
| XYZ | 13.06 | 5.88 | 38.98 | - |
| YUV | 50.59 | 195.96 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 171 | 0.39 | 1 | 0 | 0.33 | 276.49 | 1 | 0.34 |
| Hex | 68 | 0 | AB | 27 | 64 | 0 | 21 | 114 | 64 | 22 |
| Octal | 150 | 0 | 253 | 47 | 144 | 0 | 41 | 424 | 144 | 42 |
| Binary | 1101000 | 0 | 10101011 | 100111 | 1100100 | 0 | 100001 | 100010100 | 1100100 | 100010 |
Color Harmonies of #6800AB
Complementary color
Monochromatic Colors of #6800AB
Black with #6800AB
Text Example
Text Example
White with #6800AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6800AB; }
p { color: rgb(104,0,171); }
H1.HeaderClassName
{
color: #6800AB;
}
.AnyTagClassName
{
color: #6800AB;
}
</style>
background-color css
<style>
a { background-color: #6800AB; }
a { background-color: rgb(104,0,171); }
div.DivClassName
{
background-color: #6800AB;
}
.BgClassName
{
background-color: #6800AB;
}
</style>
border-color css
<style>
span { border-color: #6800AB; }
span { border-color: rgb(104,0,171); }
td.TdClassName
{
border-color: #6800AB;
}
.TagClassName
{
border-color: #6800AB;
}
</style>