Shades of Indigo #6C0F98
Tints of Indigo #6C0F98
RGB
CMYK
RGB Variations
Color information
#6C0F98 (or 0x6C0F98) is known color: Indigo. HEX triplet: 6C, 0F and 98. RGB value is (108,15,152). Sum of RGB (Red+Green+Blue) = 108+15+152=275 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.27% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 152 (59.77% from 255 or 55.27% from 275); Max value from RGB is 152 - color contains mainly: blue. Hex color #6C0F98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0F98 is #93F067. Grayscale: #393939. Windows color (decimal): -9695336 or 9965420. OLE color: 9965420.
HSL color Cylindrical-coordinate representation of color #6C0F98: hue angle of 280.73º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C0F98 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 108 | 15 | 152 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.40 |
| HSL | 280.73º | 0.82% | 0.33% | - |
| HSV(B) | 280.73º | 0.9% | 0.6% | - |
| XYZ | 12.02 | 5.8 | 30.19 | - |
| YUV | 58.43 | 180.81 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 15 | 152 | 0.29 | 0.90 | 0 | 0.40 | 280.73 | 0.82 | 0.33 |
| Hex | 6C | F | 98 | 1D | 5A | 0 | 28 | 119 | 52 | 21 |
| Octal | 154 | 17 | 230 | 35 | 132 | 0 | 50 | 431 | 122 | 41 |
| Binary | 1101100 | 1111 | 10011000 | 11101 | 1011010 | 0 | 101000 | 100011001 | 1010010 | 100001 |
Color Harmonies of #6C0F98
Complementary color
Monochromatic Colors of #6C0F98
Black with #6C0F98
Text Example
Text Example
White with #6C0F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0F98; }
p { color: rgb(108,15,152); }
H1.HeaderClassName
{
color: #6C0F98;
}
.AnyTagClassName
{
color: #6C0F98;
}
</style>
background-color css
<style>
a { background-color: #6C0F98; }
a { background-color: rgb(108,15,152); }
div.DivClassName
{
background-color: #6C0F98;
}
.BgClassName
{
background-color: #6C0F98;
}
</style>
border-color css
<style>
span { border-color: #6C0F98; }
span { border-color: rgb(108,15,152); }
td.TdClassName
{
border-color: #6C0F98;
}
.TagClassName
{
border-color: #6C0F98;
}
</style>