Shades of Indigo #6801AA
Tints of Indigo #6801AA
RGB
CMYK
RGB Variations
Color information
#6801AA (or 0x6801AA) is known color: Indigo. HEX triplet: 68, 01 and AA. RGB value is (104,1,170). Sum of RGB (Red+Green+Blue) = 104+1+170=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #6801AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6801AA is #97FE55. Grayscale: #323232. Windows color (decimal): -9961046 or 11141480. OLE color: 11141480.
HSL color Cylindrical-coordinate representation of color #6801AA: hue angle of 276.57º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6801AA is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 1 | 170 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.33 |
| HSL | 276.57º | 0.99% | 0.34% | - |
| HSV(B) | 276.57º | 0.99% | 0.67% | - |
| XYZ | 12.98 | 5.87 | 38.48 | - |
| YUV | 51.06 | 195.12 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 170 | 0.39 | 0.99 | 0 | 0.33 | 276.57 | 0.99 | 0.34 |
| Hex | 68 | 1 | AA | 27 | 63 | 0 | 21 | 115 | 63 | 22 |
| Octal | 150 | 1 | 252 | 47 | 143 | 0 | 41 | 425 | 143 | 42 |
| Binary | 1101000 | 1 | 10101010 | 100111 | 1100011 | 0 | 100001 | 100010101 | 1100011 | 100010 |
Color Harmonies of #6801AA
Complementary color
Monochromatic Colors of #6801AA
Black with #6801AA
Text Example
Text Example
White with #6801AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6801AA; }
p { color: rgb(104,1,170); }
H1.HeaderClassName
{
color: #6801AA;
}
.AnyTagClassName
{
color: #6801AA;
}
</style>
background-color css
<style>
a { background-color: #6801AA; }
a { background-color: rgb(104,1,170); }
div.DivClassName
{
background-color: #6801AA;
}
.BgClassName
{
background-color: #6801AA;
}
</style>
border-color css
<style>
span { border-color: #6801AA; }
span { border-color: rgb(104,1,170); }
td.TdClassName
{
border-color: #6801AA;
}
.TagClassName
{
border-color: #6801AA;
}
</style>