Shades of Indigo #6B049B
Tints of Indigo #6B049B
RGB
CMYK
RGB Variations
Color information
#6B049B (or 0x6B049B) is known color: Indigo. HEX triplet: 6B, 04 and 9B. RGB value is (107,4,155). Sum of RGB (Red+Green+Blue) = 107+4+155=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B049B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B049B is #94FB64. Grayscale: #333333. Windows color (decimal): -9763685 or 10159211. OLE color: 10159211.
HSL color Cylindrical-coordinate representation of color #6B049B: hue angle of 280.93º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B049B is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 4 | 155 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.39 |
| HSL | 280.93º | 0.95% | 0.31% | - |
| HSV(B) | 280.93º | 0.97% | 0.61% | - |
| XYZ | 12.02 | 5.58 | 31.45 | - |
| YUV | 52.01 | 186.12 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 4 | 155 | 0.31 | 0.97 | 0 | 0.39 | 280.93 | 0.95 | 0.31 |
| Hex | 6B | 4 | 9B | 1F | 61 | 0 | 27 | 119 | 5F | 1F |
| Octal | 153 | 4 | 233 | 37 | 141 | 0 | 47 | 431 | 137 | 37 |
| Binary | 1101011 | 100 | 10011011 | 11111 | 1100001 | 0 | 100111 | 100011001 | 1011111 | 11111 |
Color Harmonies of #6B049B
Complementary color
Monochromatic Colors of #6B049B
Black with #6B049B
Text Example
Text Example
White with #6B049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B049B; }
p { color: rgb(107,4,155); }
H1.HeaderClassName
{
color: #6B049B;
}
.AnyTagClassName
{
color: #6B049B;
}
</style>
background-color css
<style>
a { background-color: #6B049B; }
a { background-color: rgb(107,4,155); }
div.DivClassName
{
background-color: #6B049B;
}
.BgClassName
{
background-color: #6B049B;
}
</style>
border-color css
<style>
span { border-color: #6B049B; }
span { border-color: rgb(107,4,155); }
td.TdClassName
{
border-color: #6B049B;
}
.TagClassName
{
border-color: #6B049B;
}
</style>