Shades of Indigo #69078E
Tints of Indigo #69078E
RGB
CMYK
RGB Variations
Color information
#69078E (or 0x69078E) is known color: Indigo. HEX triplet: 69, 07 and 8E. RGB value is (105,7,142). Sum of RGB (Red+Green+Blue) = 105+7+142=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 142 (55.86% from 255 or 55.91% from 254); Max value from RGB is 142 - color contains mainly: blue. Hex color #69078E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69078E is #96F871. Grayscale: #333333. Windows color (decimal): -9894002 or 9308009. OLE color: 9308009.
HSL color Cylindrical-coordinate representation of color #69078E: hue angle of 283.56º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #69078E is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 7 | 142 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.44 |
| HSL | 283.56º | 0.91% | 0.29% | - |
| HSV(B) | 283.56º | 0.95% | 0.56% | - |
| XYZ | 10.78 | 5.11 | 26.01 | - |
| YUV | 51.69 | 178.97 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 7 | 142 | 0.26 | 0.95 | 0 | 0.44 | 283.56 | 0.91 | 0.29 |
| Hex | 69 | 7 | 8E | 1A | 5F | 0 | 2C | 11C | 5B | 1D |
| Octal | 151 | 7 | 216 | 32 | 137 | 0 | 54 | 434 | 133 | 35 |
| Binary | 1101001 | 111 | 10001110 | 11010 | 1011111 | 0 | 101100 | 100011100 | 1011011 | 11101 |
Color Harmonies of #69078E
Complementary color
Monochromatic Colors of #69078E
Black with #69078E
Text Example
Text Example
White with #69078E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69078E; }
p { color: rgb(105,7,142); }
H1.HeaderClassName
{
color: #69078E;
}
.AnyTagClassName
{
color: #69078E;
}
</style>
background-color css
<style>
a { background-color: #69078E; }
a { background-color: rgb(105,7,142); }
div.DivClassName
{
background-color: #69078E;
}
.BgClassName
{
background-color: #69078E;
}
</style>
border-color css
<style>
span { border-color: #69078E; }
span { border-color: rgb(105,7,142); }
td.TdClassName
{
border-color: #69078E;
}
.TagClassName
{
border-color: #69078E;
}
</style>