Shades of Indigo #68059B
Tints of Indigo #68059B
RGB
CMYK
RGB Variations
Color information
#68059B (or 0x68059B) is known color: Indigo. HEX triplet: 68, 05 and 9B. RGB value is (104,5,155). Sum of RGB (Red+Green+Blue) = 104+5+155=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #68059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68059B is #97FA64. Grayscale: #333333. Windows color (decimal): -9960037 or 10159464. OLE color: 10159464.
HSL color Cylindrical-coordinate representation of color #68059B: hue angle of 279.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68059B is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 5 | 155 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.39 |
| HSL | 279.6º | 0.94% | 0.31% | - |
| HSV(B) | 279.6º | 0.97% | 0.61% | - |
| XYZ | 11.68 | 5.42 | 31.44 | - |
| YUV | 51.7 | 186.3 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 155 | 0.33 | 0.97 | 0 | 0.39 | 279.6 | 0.94 | 0.31 |
| Hex | 68 | 5 | 9B | 21 | 61 | 0 | 27 | 118 | 5E | 1F |
| Octal | 150 | 5 | 233 | 41 | 141 | 0 | 47 | 430 | 136 | 37 |
| Binary | 1101000 | 101 | 10011011 | 100001 | 1100001 | 0 | 100111 | 100011000 | 1011110 | 11111 |
Color Harmonies of #68059B
Complementary color
Monochromatic Colors of #68059B
Black with #68059B
Text Example
Text Example
White with #68059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68059B; }
p { color: rgb(104,5,155); }
H1.HeaderClassName
{
color: #68059B;
}
.AnyTagClassName
{
color: #68059B;
}
</style>
background-color css
<style>
a { background-color: #68059B; }
a { background-color: rgb(104,5,155); }
div.DivClassName
{
background-color: #68059B;
}
.BgClassName
{
background-color: #68059B;
}
</style>
border-color css
<style>
span { border-color: #68059B; }
span { border-color: rgb(104,5,155); }
td.TdClassName
{
border-color: #68059B;
}
.TagClassName
{
border-color: #68059B;
}
</style>