Shades of Indigo #6C0B9F
Tints of Indigo #6C0B9F
RGB
CMYK
RGB Variations
Color information
#6C0B9F (or 0x6C0B9F) is known color: Indigo. HEX triplet: 6C, 0B and 9F. RGB value is (108,11,159). Sum of RGB (Red+Green+Blue) = 108+11+159=278 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.85% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C0B9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0B9F is #93F460. Grayscale: #383838. Windows color (decimal): -9696353 or 10423148. OLE color: 10423148.
HSL color Cylindrical-coordinate representation of color #6C0B9F: hue angle of 279.32º 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 #6C0B9F is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 11 | 159 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.38 |
| HSL | 279.32º | 0.87% | 0.33% | - |
| HSV(B) | 279.32º | 0.93% | 0.62% | - |
| XYZ | 12.56 | 5.93 | 33.28 | - |
| YUV | 56.88 | 185.64 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 11 | 159 | 0.32 | 0.93 | 0 | 0.38 | 279.32 | 0.87 | 0.33 |
| Hex | 6C | B | 9F | 20 | 5D | 0 | 26 | 117 | 57 | 21 |
| Octal | 154 | 13 | 237 | 40 | 135 | 0 | 46 | 427 | 127 | 41 |
| Binary | 1101100 | 1011 | 10011111 | 100000 | 1011101 | 0 | 100110 | 100010111 | 1010111 | 100001 |
Color Harmonies of #6C0B9F
Complementary color
Monochromatic Colors of #6C0B9F
Black with #6C0B9F
Text Example
Text Example
White with #6C0B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0B9F; }
p { color: rgb(108,11,159); }
H1.HeaderClassName
{
color: #6C0B9F;
}
.AnyTagClassName
{
color: #6C0B9F;
}
</style>
background-color css
<style>
a { background-color: #6C0B9F; }
a { background-color: rgb(108,11,159); }
div.DivClassName
{
background-color: #6C0B9F;
}
.BgClassName
{
background-color: #6C0B9F;
}
</style>
border-color css
<style>
span { border-color: #6C0B9F; }
span { border-color: rgb(108,11,159); }
td.TdClassName
{
border-color: #6C0B9F;
}
.TagClassName
{
border-color: #6C0B9F;
}
</style>