Shades of Indigo #6701AB
Tints of Indigo #6701AB
RGB
CMYK
RGB Variations
Color information
#6701AB (or 0x6701AB) is known color: Indigo. HEX triplet: 67, 01 and AB. RGB value is (103,1,171). Sum of RGB (Red+Green+Blue) = 103+1+171=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 1 (0.78% from 255 or 0.36% 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 #6701AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6701AB is #98FE54. Grayscale: #323232. Windows color (decimal): -10026581 or 11207015. OLE color: 11207015.
HSL color Cylindrical-coordinate representation of color #6701AB: hue angle of 276º 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 #6701AB is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 1 | 171 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.33 |
| HSL | 276º | 0.99% | 0.34% | - |
| HSV(B) | 276º | 0.99% | 0.67% | - |
| XYZ | 12.96 | 5.85 | 38.97 | - |
| YUV | 50.88 | 195.79 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 171 | 0.40 | 0.99 | 0 | 0.33 | 276 | 0.99 | 0.34 |
| Hex | 67 | 1 | AB | 28 | 63 | 0 | 21 | 114 | 63 | 22 |
| Octal | 147 | 1 | 253 | 50 | 143 | 0 | 41 | 424 | 143 | 42 |
| Binary | 1100111 | 1 | 10101011 | 101000 | 1100011 | 0 | 100001 | 100010100 | 1100011 | 100010 |
Color Harmonies of #6701AB
Complementary color
Monochromatic Colors of #6701AB
Black with #6701AB
Text Example
Text Example
White with #6701AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6701AB; }
p { color: rgb(103,1,171); }
H1.HeaderClassName
{
color: #6701AB;
}
.AnyTagClassName
{
color: #6701AB;
}
</style>
background-color css
<style>
a { background-color: #6701AB; }
a { background-color: rgb(103,1,171); }
div.DivClassName
{
background-color: #6701AB;
}
.BgClassName
{
background-color: #6701AB;
}
</style>
border-color css
<style>
span { border-color: #6701AB; }
span { border-color: rgb(103,1,171); }
td.TdClassName
{
border-color: #6701AB;
}
.TagClassName
{
border-color: #6701AB;
}
</style>