Shades of Indigo #6908A0
Tints of Indigo #6908A0
RGB
CMYK
RGB Variations
Color information
#6908A0 (or 0x6908A0) is known color: Indigo. HEX triplet: 69, 08 and A0. RGB value is (105,8,160). Sum of RGB (Red+Green+Blue) = 105+8+160=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 160 (62.89% from 255 or 58.61% from 273); Max value from RGB is 160 - color contains mainly: blue. Hex color #6908A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6908A0 is #96F75F. Grayscale: #353535. Windows color (decimal): -9893728 or 10487913. OLE color: 10487913.
HSL color Cylindrical-coordinate representation of color #6908A0: hue angle of 278.29º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6908A0 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 8 | 160 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.37 |
| HSL | 278.29º | 0.9% | 0.33% | - |
| HSV(B) | 278.29º | 0.95% | 0.63% | - |
| XYZ | 12.26 | 5.71 | 33.71 | - |
| YUV | 54.33 | 187.64 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 160 | 0.34 | 0.95 | 0 | 0.37 | 278.29 | 0.9 | 0.33 |
| Hex | 69 | 8 | A0 | 22 | 5F | 0 | 25 | 116 | 5A | 21 |
| Octal | 151 | 10 | 240 | 42 | 137 | 0 | 45 | 426 | 132 | 41 |
| Binary | 1101001 | 1000 | 10100000 | 100010 | 1011111 | 0 | 100101 | 100010110 | 1011010 | 100001 |
Color Harmonies of #6908A0
Complementary color
Monochromatic Colors of #6908A0
Black with #6908A0
Text Example
Text Example
White with #6908A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6908A0; }
p { color: rgb(105,8,160); }
H1.HeaderClassName
{
color: #6908A0;
}
.AnyTagClassName
{
color: #6908A0;
}
</style>
background-color css
<style>
a { background-color: #6908A0; }
a { background-color: rgb(105,8,160); }
div.DivClassName
{
background-color: #6908A0;
}
.BgClassName
{
background-color: #6908A0;
}
</style>
border-color css
<style>
span { border-color: #6908A0; }
span { border-color: rgb(105,8,160); }
td.TdClassName
{
border-color: #6908A0;
}
.TagClassName
{
border-color: #6908A0;
}
</style>