Shades of Indigo #6B0B9E
Tints of Indigo #6B0B9E
RGB
CMYK
RGB Variations
Color information
#6B0B9E (or 0x6B0B9E) is known color: Indigo. HEX triplet: 6B, 0B and 9E. RGB value is (107,11,158). Sum of RGB (Red+Green+Blue) = 107+11+158=276 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.77% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B0B9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0B9E is #94F461. Grayscale: #373737. Windows color (decimal): -9761890 or 10357611. OLE color: 10357611.
HSL color Cylindrical-coordinate representation of color #6B0B9E: hue angle of 279.18º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B0B9E is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 11 | 158 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.38 |
| HSL | 279.18º | 0.87% | 0.33% | - |
| HSV(B) | 279.18º | 0.93% | 0.62% | - |
| XYZ | 12.35 | 5.83 | 32.82 | - |
| YUV | 56.46 | 185.3 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 11 | 158 | 0.32 | 0.93 | 0 | 0.38 | 279.18 | 0.87 | 0.33 |
| Hex | 6B | B | 9E | 20 | 5D | 0 | 26 | 117 | 57 | 21 |
| Octal | 153 | 13 | 236 | 40 | 135 | 0 | 46 | 427 | 127 | 41 |
| Binary | 1101011 | 1011 | 10011110 | 100000 | 1011101 | 0 | 100110 | 100010111 | 1010111 | 100001 |
Color Harmonies of #6B0B9E
Complementary color
Monochromatic Colors of #6B0B9E
Black with #6B0B9E
Text Example
Text Example
White with #6B0B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0B9E; }
p { color: rgb(107,11,158); }
H1.HeaderClassName
{
color: #6B0B9E;
}
.AnyTagClassName
{
color: #6B0B9E;
}
</style>
background-color css
<style>
a { background-color: #6B0B9E; }
a { background-color: rgb(107,11,158); }
div.DivClassName
{
background-color: #6B0B9E;
}
.BgClassName
{
background-color: #6B0B9E;
}
</style>
border-color css
<style>
span { border-color: #6B0B9E; }
span { border-color: rgb(107,11,158); }
td.TdClassName
{
border-color: #6B0B9E;
}
.TagClassName
{
border-color: #6B0B9E;
}
</style>