Shades of Indigo #6703AB
Tints of Indigo #6703AB
RGB
CMYK
RGB Variations
Color information
#6703AB (or 0x6703AB) is known color: Indigo. HEX triplet: 67, 03 and AB. RGB value is (103,3,171). Sum of RGB (Red+Green+Blue) = 103+3+171=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #6703AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6703AB is #98FC54. Grayscale: #333333. Windows color (decimal): -10026069 or 11207527. OLE color: 11207527.
HSL color Cylindrical-coordinate representation of color #6703AB: hue angle of 275.71º 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 #6703AB is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 3 | 171 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.33 |
| HSL | 275.71º | 0.97% | 0.34% | - |
| HSV(B) | 275.71º | 0.98% | 0.67% | - |
| XYZ | 12.98 | 5.89 | 38.98 | - |
| YUV | 52.05 | 195.13 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 3 | 171 | 0.40 | 0.98 | 0 | 0.33 | 275.71 | 0.97 | 0.34 |
| Hex | 67 | 3 | AB | 28 | 62 | 0 | 21 | 114 | 61 | 22 |
| Octal | 147 | 3 | 253 | 50 | 142 | 0 | 41 | 424 | 141 | 42 |
| Binary | 1100111 | 11 | 10101011 | 101000 | 1100010 | 0 | 100001 | 100010100 | 1100001 | 100010 |
Color Harmonies of #6703AB
Complementary color
Monochromatic Colors of #6703AB
Black with #6703AB
Text Example
Text Example
White with #6703AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6703AB; }
p { color: rgb(103,3,171); }
H1.HeaderClassName
{
color: #6703AB;
}
.AnyTagClassName
{
color: #6703AB;
}
</style>
background-color css
<style>
a { background-color: #6703AB; }
a { background-color: rgb(103,3,171); }
div.DivClassName
{
background-color: #6703AB;
}
.BgClassName
{
background-color: #6703AB;
}
</style>
border-color css
<style>
span { border-color: #6703AB; }
span { border-color: rgb(103,3,171); }
td.TdClassName
{
border-color: #6703AB;
}
.TagClassName
{
border-color: #6703AB;
}
</style>