Shades of Indigo #6B0D9D
Tints of Indigo #6B0D9D
RGB
CMYK
RGB Variations
Color information
#6B0D9D (or 0x6B0D9D) is known color: Indigo. HEX triplet: 6B, 0D and 9D. RGB value is (107,13,157). Sum of RGB (Red+Green+Blue) = 107+13+157=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B0D9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0D9D is #94F262. Grayscale: #393939. Windows color (decimal): -9761379 or 10292587. OLE color: 10292587.
HSL color Cylindrical-coordinate representation of color #6B0D9D: hue angle of 279.17º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B0D9D is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 13 | 157 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.38 |
| HSL | 279.17º | 0.85% | 0.33% | - |
| HSV(B) | 279.17º | 0.92% | 0.62% | - |
| XYZ | 12.29 | 5.85 | 32.38 | - |
| YUV | 57.52 | 184.14 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 13 | 157 | 0.32 | 0.92 | 0 | 0.38 | 279.17 | 0.85 | 0.33 |
| Hex | 6B | D | 9D | 20 | 5C | 0 | 26 | 117 | 55 | 21 |
| Octal | 153 | 15 | 235 | 40 | 134 | 0 | 46 | 427 | 125 | 41 |
| Binary | 1101011 | 1101 | 10011101 | 100000 | 1011100 | 0 | 100110 | 100010111 | 1010101 | 100001 |
Color Harmonies of #6B0D9D
Complementary color
Monochromatic Colors of #6B0D9D
Black with #6B0D9D
Text Example
Text Example
White with #6B0D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0D9D; }
p { color: rgb(107,13,157); }
H1.HeaderClassName
{
color: #6B0D9D;
}
.AnyTagClassName
{
color: #6B0D9D;
}
</style>
background-color css
<style>
a { background-color: #6B0D9D; }
a { background-color: rgb(107,13,157); }
div.DivClassName
{
background-color: #6B0D9D;
}
.BgClassName
{
background-color: #6B0D9D;
}
</style>
border-color css
<style>
span { border-color: #6B0D9D; }
span { border-color: rgb(107,13,157); }
td.TdClassName
{
border-color: #6B0D9D;
}
.TagClassName
{
border-color: #6B0D9D;
}
</style>