Shades of Indigo #6C019D
Tints of Indigo #6C019D
RGB
CMYK
RGB Variations
Color information
#6C019D (or 0x6C019D) is known color: Indigo. HEX triplet: 6C, 01 and 9D. RGB value is (108,1,157). Sum of RGB (Red+Green+Blue) = 108+1+157=266 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.60% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C019D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C019D is #93FE62. Grayscale: #323232. Windows color (decimal): -9698915 or 10289516. OLE color: 10289516.
HSL color Cylindrical-coordinate representation of color #6C019D: hue angle of 281.15º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C019D is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 1 | 157 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.38 |
| HSL | 281.15º | 0.99% | 0.31% | - |
| HSV(B) | 281.15º | 0.99% | 0.62% | - |
| XYZ | 12.28 | 5.64 | 32.34 | - |
| YUV | 50.78 | 187.95 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 1 | 157 | 0.31 | 0.99 | 0 | 0.38 | 281.15 | 0.99 | 0.31 |
| Hex | 6C | 1 | 9D | 1F | 63 | 0 | 26 | 119 | 63 | 1F |
| Octal | 154 | 1 | 235 | 37 | 143 | 0 | 46 | 431 | 143 | 37 |
| Binary | 1101100 | 1 | 10011101 | 11111 | 1100011 | 0 | 100110 | 100011001 | 1100011 | 11111 |
Color Harmonies of #6C019D
Complementary color
Monochromatic Colors of #6C019D
Black with #6C019D
Text Example
Text Example
White with #6C019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C019D; }
p { color: rgb(108,1,157); }
H1.HeaderClassName
{
color: #6C019D;
}
.AnyTagClassName
{
color: #6C019D;
}
</style>
background-color css
<style>
a { background-color: #6C019D; }
a { background-color: rgb(108,1,157); }
div.DivClassName
{
background-color: #6C019D;
}
.BgClassName
{
background-color: #6C019D;
}
</style>
border-color css
<style>
span { border-color: #6C019D; }
span { border-color: rgb(108,1,157); }
td.TdClassName
{
border-color: #6C019D;
}
.TagClassName
{
border-color: #6C019D;
}
</style>