Shades of Electric Indigo #6903FE
Tints of Electric Indigo #6903FE
RGB
CMYK
RGB Variations
Color information
#6903FE (or 0x6903FE) is known color: Electric Indigo. HEX triplet: 69, 03 and FE. RGB value is (105,3,254). Sum of RGB (Red+Green+Blue) = 105+3+254=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #6903FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6903FE is #96FC01. Grayscale: #3D3D3D. Windows color (decimal): -9894914 or 16647017. OLE color: 16647017.
HSL color Cylindrical-coordinate representation of color #6903FE: hue angle of 264.38º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6903FE is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 3 | 254 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.00 |
| HSL | 264.38º | 0.99% | 0.5% | - |
| HSV(B) | 264.38º | 0.99% | 1% | - |
| XYZ | 23.75 | 10.22 | 94.49 | - |
| YUV | 62.11 | 236.29 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 3 | 254 | 0.59 | 0.99 | 0 | 0.00 | 264.38 | 0.99 | 0.5 |
| Hex | 69 | 3 | FE | 3B | 63 | 0 | 0 | 108 | 63 | 32 |
| Octal | 151 | 3 | 376 | 73 | 143 | 0 | 0 | 410 | 143 | 62 |
| Binary | 1101001 | 11 | 11111110 | 111011 | 1100011 | 0 | 0 | 100001000 | 1100011 | 110010 |
Color Harmonies of #6903FE
Complementary color
Monochromatic Colors of #6903FE
Black with #6903FE
Text Example
Text Example
White with #6903FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6903FE; }
p { color: rgb(105,3,254); }
H1.HeaderClassName
{
color: #6903FE;
}
.AnyTagClassName
{
color: #6903FE;
}
</style>
background-color css
<style>
a { background-color: #6903FE; }
a { background-color: rgb(105,3,254); }
div.DivClassName
{
background-color: #6903FE;
}
.BgClassName
{
background-color: #6903FE;
}
</style>
border-color css
<style>
span { border-color: #6903FE; }
span { border-color: rgb(105,3,254); }
td.TdClassName
{
border-color: #6903FE;
}
.TagClassName
{
border-color: #6903FE;
}
</style>