Shades of Indigo #6A0294
Tints of Indigo #6A0294
RGB
CMYK
RGB Variations
Color information
#6A0294 (or 0x6A0294) is known color: Indigo. HEX triplet: 6A, 02 and 94. RGB value is (106,2,148). Sum of RGB (Red+Green+Blue) = 106+2+148=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #6A0294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0294 is #95FD6B. Grayscale: #313131. Windows color (decimal): -9829740 or 9699946. OLE color: 9699946.
HSL color Cylindrical-coordinate representation of color #6A0294: hue angle of 282.74º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A0294 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 2 | 148 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.42 |
| HSL | 282.74º | 0.97% | 0.29% | - |
| HSV(B) | 282.74º | 0.99% | 0.58% | - |
| XYZ | 11.31 | 5.25 | 28.43 | - |
| YUV | 49.74 | 183.46 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 2 | 148 | 0.28 | 0.99 | 0 | 0.42 | 282.74 | 0.97 | 0.29 |
| Hex | 6A | 2 | 94 | 1C | 63 | 0 | 2A | 11B | 61 | 1D |
| Octal | 152 | 2 | 224 | 34 | 143 | 0 | 52 | 433 | 141 | 35 |
| Binary | 1101010 | 10 | 10010100 | 11100 | 1100011 | 0 | 101010 | 100011011 | 1100001 | 11101 |
Color Harmonies of #6A0294
Complementary color
Monochromatic Colors of #6A0294
Black with #6A0294
Text Example
Text Example
White with #6A0294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0294; }
p { color: rgb(106,2,148); }
H1.HeaderClassName
{
color: #6A0294;
}
.AnyTagClassName
{
color: #6A0294;
}
</style>
background-color css
<style>
a { background-color: #6A0294; }
a { background-color: rgb(106,2,148); }
div.DivClassName
{
background-color: #6A0294;
}
.BgClassName
{
background-color: #6A0294;
}
</style>
border-color css
<style>
span { border-color: #6A0294; }
span { border-color: rgb(106,2,148); }
td.TdClassName
{
border-color: #6A0294;
}
.TagClassName
{
border-color: #6A0294;
}
</style>