Shades of Indigo #6A0094
Tints of Indigo #6A0094
RGB
CMYK
RGB Variations
Color information
#6A0094 (or 0x6A0094) is known color: Indigo. HEX triplet: 6A, 00 and 94. RGB value is (106,0,148). Sum of RGB (Red+Green+Blue) = 106+0+148=254 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.73% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #6A0094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0094 is #95FF6B. Grayscale: #303030. Windows color (decimal): -9830252 or 9699434. OLE color: 9699434.
HSL color Cylindrical-coordinate representation of color #6A0094: hue angle of 282.97º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A0094 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 0 | 148 | - |
| CMYK | 0.28 | 1 | 0 | 0.42 |
| HSL | 282.97º | 1% | 0.29% | - |
| HSV(B) | 282.97º | 1% | 0.58% | - |
| XYZ | 11.29 | 5.2 | 28.43 | - |
| YUV | 48.57 | 184.12 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 0 | 148 | 0.28 | 1 | 0 | 0.42 | 282.97 | 1 | 0.29 |
| Hex | 6A | 0 | 94 | 1C | 64 | 0 | 2A | 11B | 64 | 1D |
| Octal | 152 | 0 | 224 | 34 | 144 | 0 | 52 | 433 | 144 | 35 |
| Binary | 1101010 | 0 | 10010100 | 11100 | 1100100 | 0 | 101010 | 100011011 | 1100100 | 11101 |
Color Harmonies of #6A0094
Complementary color
Monochromatic Colors of #6A0094
Black with #6A0094
Text Example
Text Example
White with #6A0094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0094; }
p { color: rgb(106,0,148); }
H1.HeaderClassName
{
color: #6A0094;
}
.AnyTagClassName
{
color: #6A0094;
}
</style>
background-color css
<style>
a { background-color: #6A0094; }
a { background-color: rgb(106,0,148); }
div.DivClassName
{
background-color: #6A0094;
}
.BgClassName
{
background-color: #6A0094;
}
</style>
border-color css
<style>
span { border-color: #6A0094; }
span { border-color: rgb(106,0,148); }
td.TdClassName
{
border-color: #6A0094;
}
.TagClassName
{
border-color: #6A0094;
}
</style>