Shades of Indigo #6803AA
Tints of Indigo #6803AA
RGB
CMYK
RGB Variations
Color information
#6803AA (or 0x6803AA) is known color: Indigo. HEX triplet: 68, 03 and AA. RGB value is (104,3,170). Sum of RGB (Red+Green+Blue) = 104+3+170=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #6803AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6803AA is #97FC55. Grayscale: #333333. Windows color (decimal): -9960534 or 11141992. OLE color: 11141992.
HSL color Cylindrical-coordinate representation of color #6803AA: hue angle of 276.29º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6803AA is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 3 | 170 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.33 |
| HSL | 276.29º | 0.97% | 0.34% | - |
| HSV(B) | 276.29º | 0.98% | 0.67% | - |
| XYZ | 13 | 5.91 | 38.49 | - |
| YUV | 52.24 | 194.46 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 170 | 0.39 | 0.98 | 0 | 0.33 | 276.29 | 0.97 | 0.34 |
| Hex | 68 | 3 | AA | 27 | 62 | 0 | 21 | 114 | 61 | 22 |
| Octal | 150 | 3 | 252 | 47 | 142 | 0 | 41 | 424 | 141 | 42 |
| Binary | 1101000 | 11 | 10101010 | 100111 | 1100010 | 0 | 100001 | 100010100 | 1100001 | 100010 |
Color Harmonies of #6803AA
Complementary color
Monochromatic Colors of #6803AA
Black with #6803AA
Text Example
Text Example
White with #6803AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6803AA; }
p { color: rgb(104,3,170); }
H1.HeaderClassName
{
color: #6803AA;
}
.AnyTagClassName
{
color: #6803AA;
}
</style>
background-color css
<style>
a { background-color: #6803AA; }
a { background-color: rgb(104,3,170); }
div.DivClassName
{
background-color: #6803AA;
}
.BgClassName
{
background-color: #6803AA;
}
</style>
border-color css
<style>
span { border-color: #6803AA; }
span { border-color: rgb(104,3,170); }
td.TdClassName
{
border-color: #6803AA;
}
.TagClassName
{
border-color: #6803AA;
}
</style>