Shades of Indigo #6700AB
Tints of Indigo #6700AB
RGB
CMYK
RGB Variations
Color information
#6700AB (or 0x6700AB) is known color: Indigo. HEX triplet: 67, 00 and AB. RGB value is (103,0,171). Sum of RGB (Red+Green+Blue) = 103+0+171=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #6700AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6700AB is #98FF54. Grayscale: #313131. Windows color (decimal): -10026837 or 11206759. OLE color: 11206759.
HSL color Cylindrical-coordinate representation of color #6700AB: hue angle of 276.14º 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 #6700AB is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 0 | 171 | - |
| CMYK | 0.40 | 1 | 0 | 0.33 |
| HSL | 276.14º | 1% | 0.34% | - |
| HSV(B) | 276.14º | 1% | 0.67% | - |
| XYZ | 12.94 | 5.82 | 38.97 | - |
| YUV | 50.29 | 196.12 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 171 | 0.40 | 1 | 0 | 0.33 | 276.14 | 1 | 0.34 |
| Hex | 67 | 0 | AB | 28 | 64 | 0 | 21 | 114 | 64 | 22 |
| Octal | 147 | 0 | 253 | 50 | 144 | 0 | 41 | 424 | 144 | 42 |
| Binary | 1100111 | 0 | 10101011 | 101000 | 1100100 | 0 | 100001 | 100010100 | 1100100 | 100010 |
Color Harmonies of #6700AB
Complementary color
Monochromatic Colors of #6700AB
Black with #6700AB
Text Example
Text Example
White with #6700AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6700AB; }
p { color: rgb(103,0,171); }
H1.HeaderClassName
{
color: #6700AB;
}
.AnyTagClassName
{
color: #6700AB;
}
</style>
background-color css
<style>
a { background-color: #6700AB; }
a { background-color: rgb(103,0,171); }
div.DivClassName
{
background-color: #6700AB;
}
.BgClassName
{
background-color: #6700AB;
}
</style>
border-color css
<style>
span { border-color: #6700AB; }
span { border-color: rgb(103,0,171); }
td.TdClassName
{
border-color: #6700AB;
}
.TagClassName
{
border-color: #6700AB;
}
</style>