Shades of Electric Indigo #6301DD
Tints of Electric Indigo #6301DD
RGB
CMYK
RGB Variations
Color information
#6301DD (or 0x6301DD) is known color: Electric Indigo. HEX triplet: 63, 01 and DD. RGB value is (99,1,221). Sum of RGB (Red+Green+Blue) = 99+1+221=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #6301DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6301DD is #9CFE22. Grayscale: #363636. Windows color (decimal): -10288675 or 14483811. OLE color: 14483811.
HSL color Cylindrical-coordinate representation of color #6301DD: hue angle of 266.73º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6301DD is Cyan = 0.55, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 1 | 221 | - |
| CMYK | 0.55 | 1.00 | 0 | 0.13 |
| HSL | 266.73º | 0.99% | 0.44% | - |
| HSV(B) | 266.73º | 1% | 0.87% | - |
| XYZ | 18.21 | 7.89 | 68.97 | - |
| YUV | 55.38 | 221.47 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 221 | 0.55 | 1.00 | 0 | 0.13 | 266.73 | 0.99 | 0.44 |
| Hex | 63 | 1 | DD | 37 | 64 | 0 | D | 10B | 63 | 2C |
| Octal | 143 | 1 | 335 | 67 | 144 | 0 | 15 | 413 | 143 | 54 |
| Binary | 1100011 | 1 | 11011101 | 110111 | 1100100 | 0 | 1101 | 100001011 | 1100011 | 101100 |
Color Harmonies of #6301DD
Complementary color
Monochromatic Colors of #6301DD
Black with #6301DD
Text Example
Text Example
White with #6301DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6301DD; }
p { color: rgb(99,1,221); }
H1.HeaderClassName
{
color: #6301DD;
}
.AnyTagClassName
{
color: #6301DD;
}
</style>
background-color css
<style>
a { background-color: #6301DD; }
a { background-color: rgb(99,1,221); }
div.DivClassName
{
background-color: #6301DD;
}
.BgClassName
{
background-color: #6301DD;
}
</style>
border-color css
<style>
span { border-color: #6301DD; }
span { border-color: rgb(99,1,221); }
td.TdClassName
{
border-color: #6301DD;
}
.TagClassName
{
border-color: #6301DD;
}
</style>