Shades of Indigo #60068F
Tints of Indigo #60068F
RGB
CMYK
RGB Variations
Color information
#60068F (or 0x60068F) is known color: Indigo. HEX triplet: 60, 06 and 8F. RGB value is (96,6,143). Sum of RGB (Red+Green+Blue) = 96+6+143=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 143 (56.25% from 255 or 58.37% from 245); Max value from RGB is 143 - color contains mainly: blue. Hex color #60068F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60068F is #9FF970. Grayscale: #303030. Windows color (decimal): -10484081 or 9373280. OLE color: 9373280.
HSL color Cylindrical-coordinate representation of color #60068F: hue angle of 279.42º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #60068F is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 6 | 143 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.44 |
| HSL | 279.42º | 0.92% | 0.29% | - |
| HSV(B) | 279.42º | 0.96% | 0.56% | - |
| XYZ | 9.85 | 4.6 | 26.36 | - |
| YUV | 48.53 | 181.32 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 6 | 143 | 0.33 | 0.96 | 0 | 0.44 | 279.42 | 0.92 | 0.29 |
| Hex | 60 | 6 | 8F | 21 | 60 | 0 | 2C | 117 | 5C | 1D |
| Octal | 140 | 6 | 217 | 41 | 140 | 0 | 54 | 427 | 134 | 35 |
| Binary | 1100000 | 110 | 10001111 | 100001 | 1100000 | 0 | 101100 | 100010111 | 1011100 | 11101 |
Color Harmonies of #60068F
Complementary color
Monochromatic Colors of #60068F
Black with #60068F
Text Example
Text Example
White with #60068F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60068F; }
p { color: rgb(96,6,143); }
H1.HeaderClassName
{
color: #60068F;
}
.AnyTagClassName
{
color: #60068F;
}
</style>
background-color css
<style>
a { background-color: #60068F; }
a { background-color: rgb(96,6,143); }
div.DivClassName
{
background-color: #60068F;
}
.BgClassName
{
background-color: #60068F;
}
</style>
border-color css
<style>
span { border-color: #60068F; }
span { border-color: rgb(96,6,143); }
td.TdClassName
{
border-color: #60068F;
}
.TagClassName
{
border-color: #60068F;
}
</style>