Shades of Indigo #6B1098
Tints of Indigo #6B1098
RGB
CMYK
RGB Variations
Color information
#6B1098 (or 0x6B1098) is known color: Indigo. HEX triplet: 6B, 10 and 98. RGB value is (107,16,152). Sum of RGB (Red+Green+Blue) = 107+16+152=275 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.91% from 275); Green value is 16 (6.64% from 255 or 5.82% 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 #6B1098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1098 is #94EF67. Grayscale: #3A3A3A. Windows color (decimal): -9760616 or 9965675. OLE color: 9965675.
HSL color Cylindrical-coordinate representation of color #6B1098: hue angle of 280.15º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B1098 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 16 | 152 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.40 |
| HSL | 280.15º | 0.81% | 0.33% | - |
| HSV(B) | 280.15º | 0.89% | 0.6% | - |
| XYZ | 11.92 | 5.76 | 30.19 | - |
| YUV | 58.71 | 180.65 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 16 | 152 | 0.30 | 0.89 | 0 | 0.40 | 280.15 | 0.81 | 0.33 |
| Hex | 6B | 10 | 98 | 1E | 59 | 0 | 28 | 118 | 51 | 21 |
| Octal | 153 | 20 | 230 | 36 | 131 | 0 | 50 | 430 | 121 | 41 |
| Binary | 1101011 | 10000 | 10011000 | 11110 | 1011001 | 0 | 101000 | 100011000 | 1010001 | 100001 |
Color Harmonies of #6B1098
Complementary color
Monochromatic Colors of #6B1098
Black with #6B1098
Text Example
Text Example
White with #6B1098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1098; }
p { color: rgb(107,16,152); }
H1.HeaderClassName
{
color: #6B1098;
}
.AnyTagClassName
{
color: #6B1098;
}
</style>
background-color css
<style>
a { background-color: #6B1098; }
a { background-color: rgb(107,16,152); }
div.DivClassName
{
background-color: #6B1098;
}
.BgClassName
{
background-color: #6B1098;
}
</style>
border-color css
<style>
span { border-color: #6B1098; }
span { border-color: rgb(107,16,152); }
td.TdClassName
{
border-color: #6B1098;
}
.TagClassName
{
border-color: #6B1098;
}
</style>