Shades of Electric Indigo #6301DE
Tints of Electric Indigo #6301DE
RGB
CMYK
RGB Variations
Color information
#6301DE (or 0x6301DE) is known color: Electric Indigo. HEX triplet: 63, 01 and DE. RGB value is (99,1,222). Sum of RGB (Red+Green+Blue) = 99+1+222=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 222 (87.11% from 255 or 68.94% from 322); Max value from RGB is 222 - color contains mainly: blue. Hex color #6301DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6301DE is #9CFE21. Grayscale: #363636. Windows color (decimal): -10288674 or 14549347. OLE color: 14549347.
HSL color Cylindrical-coordinate representation of color #6301DE: hue angle of 266.61º 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 #6301DE is Cyan = 0.55, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 1 | 222 | - |
| CMYK | 0.55 | 1.00 | 0 | 0.13 |
| HSL | 266.61º | 0.99% | 0.44% | - |
| HSV(B) | 266.61º | 1% | 0.87% | - |
| XYZ | 18.34 | 7.95 | 69.67 | - |
| YUV | 55.5 | 221.97 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 222 | 0.55 | 1.00 | 0 | 0.13 | 266.61 | 0.99 | 0.44 |
| Hex | 63 | 1 | DE | 37 | 64 | 0 | D | 10B | 63 | 2C |
| Octal | 143 | 1 | 336 | 67 | 144 | 0 | 15 | 413 | 143 | 54 |
| Binary | 1100011 | 1 | 11011110 | 110111 | 1100100 | 0 | 1101 | 100001011 | 1100011 | 101100 |
Color Harmonies of #6301DE
Complementary color
Monochromatic Colors of #6301DE
Black with #6301DE
Text Example
Text Example
White with #6301DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6301DE; }
p { color: rgb(99,1,222); }
H1.HeaderClassName
{
color: #6301DE;
}
.AnyTagClassName
{
color: #6301DE;
}
</style>
background-color css
<style>
a { background-color: #6301DE; }
a { background-color: rgb(99,1,222); }
div.DivClassName
{
background-color: #6301DE;
}
.BgClassName
{
background-color: #6301DE;
}
</style>
border-color css
<style>
span { border-color: #6301DE; }
span { border-color: rgb(99,1,222); }
td.TdClassName
{
border-color: #6301DE;
}
.TagClassName
{
border-color: #6301DE;
}
</style>