Shades of Indigo #6B00A0
Tints of Indigo #6B00A0
RGB
CMYK
RGB Variations
Color information
#6B00A0 (or 0x6B00A0) is known color: Indigo. HEX triplet: 6B, 00 and A0. RGB value is (107,0,160). Sum of RGB (Red+Green+Blue) = 107+0+160=267 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.07% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 160 (62.89% from 255 or 59.93% from 267); Max value from RGB is 160 - color contains mainly: blue. Hex color #6B00A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B00A0 is #94FF5F. Grayscale: #313131. Windows color (decimal): -9764704 or 10485867. OLE color: 10485867.
HSL color Cylindrical-coordinate representation of color #6B00A0: hue angle of 280.12º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B00A0 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 0 | 160 | - |
| CMYK | 0.33 | 1 | 0 | 0.37 |
| HSL | 280.13º | 1% | 0.31% | - |
| HSV(B) | 280.13º | 1% | 0.63% | - |
| XYZ | 12.41 | 5.66 | 33.7 | - |
| YUV | 50.23 | 189.95 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 0 | 160 | 0.33 | 1 | 0 | 0.37 | 280.13 | 1 | 0.31 |
| Hex | 6B | 0 | A0 | 21 | 64 | 0 | 25 | 118 | 64 | 1F |
| Octal | 153 | 0 | 240 | 41 | 144 | 0 | 45 | 430 | 144 | 37 |
| Binary | 1101011 | 0 | 10100000 | 100001 | 1100100 | 0 | 100101 | 100011000 | 1100100 | 11111 |
Color Harmonies of #6B00A0
Complementary color
Monochromatic Colors of #6B00A0
Black with #6B00A0
Text Example
Text Example
White with #6B00A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B00A0; }
p { color: rgb(107,0,160); }
H1.HeaderClassName
{
color: #6B00A0;
}
.AnyTagClassName
{
color: #6B00A0;
}
</style>
background-color css
<style>
a { background-color: #6B00A0; }
a { background-color: rgb(107,0,160); }
div.DivClassName
{
background-color: #6B00A0;
}
.BgClassName
{
background-color: #6B00A0;
}
</style>
border-color css
<style>
span { border-color: #6B00A0; }
span { border-color: rgb(107,0,160); }
td.TdClassName
{
border-color: #6B00A0;
}
.TagClassName
{
border-color: #6B00A0;
}
</style>