Shades of Electric Indigo #6305DE
Tints of Electric Indigo #6305DE
RGB
CMYK
RGB Variations
Color information
#6305DE (or 0x6305DE) is known color: Electric Indigo. HEX triplet: 63, 05 and DE. RGB value is (99,5,222). Sum of RGB (Red+Green+Blue) = 99+5+222=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 222 (87.11% from 255 or 68.10% from 326); Max value from RGB is 222 - color contains mainly: blue. Hex color #6305DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6305DE is #9CFA21. Grayscale: #393939. Windows color (decimal): -10287650 or 14550371. OLE color: 14550371.
HSL color Cylindrical-coordinate representation of color #6305DE: hue angle of 265.99º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6305DE is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 5 | 222 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.13 |
| HSL | 265.99º | 0.96% | 0.45% | - |
| HSV(B) | 265.99º | 0.98% | 0.87% | - |
| XYZ | 18.38 | 8.04 | 69.69 | - |
| YUV | 57.84 | 220.64 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 222 | 0.55 | 0.98 | 0 | 0.13 | 265.99 | 0.96 | 0.45 |
| Hex | 63 | 5 | DE | 37 | 62 | 0 | D | 10A | 60 | 2D |
| Octal | 143 | 5 | 336 | 67 | 142 | 0 | 15 | 412 | 140 | 55 |
| Binary | 1100011 | 101 | 11011110 | 110111 | 1100010 | 0 | 1101 | 100001010 | 1100000 | 101101 |
Color Harmonies of #6305DE
Complementary color
Monochromatic Colors of #6305DE
Black with #6305DE
Text Example
Text Example
White with #6305DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6305DE; }
p { color: rgb(99,5,222); }
H1.HeaderClassName
{
color: #6305DE;
}
.AnyTagClassName
{
color: #6305DE;
}
</style>
background-color css
<style>
a { background-color: #6305DE; }
a { background-color: rgb(99,5,222); }
div.DivClassName
{
background-color: #6305DE;
}
.BgClassName
{
background-color: #6305DE;
}
</style>
border-color css
<style>
span { border-color: #6305DE; }
span { border-color: rgb(99,5,222); }
td.TdClassName
{
border-color: #6305DE;
}
.TagClassName
{
border-color: #6305DE;
}
</style>