Shades of Electric Indigo #6903FC
Tints of Electric Indigo #6903FC
RGB
CMYK
RGB Variations
Color information
#6903FC (or 0x6903FC) is known color: Electric Indigo. HEX triplet: 69, 03 and FC. RGB value is (105,3,252). Sum of RGB (Red+Green+Blue) = 105+3+252=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #6903FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6903FC is #96FC03. Grayscale: #3C3C3C. Windows color (decimal): -9894916 or 16515945. OLE color: 16515945.
HSL color Cylindrical-coordinate representation of color #6903FC: hue angle of 264.58º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6903FC is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 3 | 252 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.01 |
| HSL | 264.58º | 0.98% | 0.5% | - |
| HSV(B) | 264.58º | 0.99% | 0.99% | - |
| XYZ | 23.43 | 10.1 | 92.81 | - |
| YUV | 61.88 | 235.29 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 3 | 252 | 0.58 | 0.99 | 0 | 0.01 | 264.58 | 0.98 | 0.5 |
| Hex | 69 | 3 | FC | 3A | 63 | 0 | 1 | 109 | 62 | 32 |
| Octal | 151 | 3 | 374 | 72 | 143 | 0 | 1 | 411 | 142 | 62 |
| Binary | 1101001 | 11 | 11111100 | 111010 | 1100011 | 0 | 1 | 100001001 | 1100010 | 110010 |
Color Harmonies of #6903FC
Complementary color
Monochromatic Colors of #6903FC
Black with #6903FC
Text Example
Text Example
White with #6903FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6903FC; }
p { color: rgb(105,3,252); }
H1.HeaderClassName
{
color: #6903FC;
}
.AnyTagClassName
{
color: #6903FC;
}
</style>
background-color css
<style>
a { background-color: #6903FC; }
a { background-color: rgb(105,3,252); }
div.DivClassName
{
background-color: #6903FC;
}
.BgClassName
{
background-color: #6903FC;
}
</style>
border-color css
<style>
span { border-color: #6903FC; }
span { border-color: rgb(105,3,252); }
td.TdClassName
{
border-color: #6903FC;
}
.TagClassName
{
border-color: #6903FC;
}
</style>