Shades of Indigo #6C0F9D
Tints of Indigo #6C0F9D
RGB
CMYK
RGB Variations
Color information
#6C0F9D (or 0x6C0F9D) is known color: Indigo. HEX triplet: 6C, 0F and 9D. RGB value is (108,15,157). Sum of RGB (Red+Green+Blue) = 108+15+157=280 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.57% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C0F9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0F9D is #93F062. Grayscale: #3A3A3A. Windows color (decimal): -9695331 or 10293100. OLE color: 10293100.
HSL color Cylindrical-coordinate representation of color #6C0F9D: hue angle of 279.3º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C0F9D is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 15 | 157 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.38 |
| HSL | 279.3º | 0.83% | 0.34% | - |
| HSV(B) | 279.3º | 0.9% | 0.62% | - |
| XYZ | 12.44 | 5.96 | 32.39 | - |
| YUV | 59 | 183.31 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 15 | 157 | 0.31 | 0.90 | 0 | 0.38 | 279.3 | 0.83 | 0.34 |
| Hex | 6C | F | 9D | 1F | 5A | 0 | 26 | 117 | 53 | 22 |
| Octal | 154 | 17 | 235 | 37 | 132 | 0 | 46 | 427 | 123 | 42 |
| Binary | 1101100 | 1111 | 10011101 | 11111 | 1011010 | 0 | 100110 | 100010111 | 1010011 | 100010 |
Color Harmonies of #6C0F9D
Complementary color
Monochromatic Colors of #6C0F9D
Black with #6C0F9D
Text Example
Text Example
White with #6C0F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0F9D; }
p { color: rgb(108,15,157); }
H1.HeaderClassName
{
color: #6C0F9D;
}
.AnyTagClassName
{
color: #6C0F9D;
}
</style>
background-color css
<style>
a { background-color: #6C0F9D; }
a { background-color: rgb(108,15,157); }
div.DivClassName
{
background-color: #6C0F9D;
}
.BgClassName
{
background-color: #6C0F9D;
}
</style>
border-color css
<style>
span { border-color: #6C0F9D; }
span { border-color: rgb(108,15,157); }
td.TdClassName
{
border-color: #6C0F9D;
}
.TagClassName
{
border-color: #6C0F9D;
}
</style>