Shades of Electric Indigo #6902F3
Tints of Electric Indigo #6902F3
RGB
CMYK
RGB Variations
Color information
#6902F3 (or 0x6902F3) is known color: Electric Indigo. HEX triplet: 69, 02 and F3. RGB value is (105,2,243). Sum of RGB (Red+Green+Blue) = 105+2+243=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 243 (95.31% from 255 or 69.43% from 350); Max value from RGB is 243 - color contains mainly: blue. Hex color #6902F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6902F3 is #96FD0C. Grayscale: #3B3B3B. Windows color (decimal): -9895181 or 15925865. OLE color: 15925865.
HSL color Cylindrical-coordinate representation of color #6902F3: hue angle of 265.64º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6902F3 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 2 | 243 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.05 |
| HSL | 265.64º | 0.98% | 0.48% | - |
| HSV(B) | 265.64º | 0.99% | 0.95% | - |
| XYZ | 22.03 | 9.52 | 85.47 | - |
| YUV | 60.27 | 231.12 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 243 | 0.57 | 0.99 | 0 | 0.05 | 265.64 | 0.98 | 0.48 |
| Hex | 69 | 2 | F3 | 39 | 63 | 0 | 5 | 10A | 62 | 30 |
| Octal | 151 | 2 | 363 | 71 | 143 | 0 | 5 | 412 | 142 | 60 |
| Binary | 1101001 | 10 | 11110011 | 111001 | 1100011 | 0 | 101 | 100001010 | 1100010 | 110000 |
Color Harmonies of #6902F3
Complementary color
Monochromatic Colors of #6902F3
Black with #6902F3
Text Example
Text Example
White with #6902F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6902F3; }
p { color: rgb(105,2,243); }
H1.HeaderClassName
{
color: #6902F3;
}
.AnyTagClassName
{
color: #6902F3;
}
</style>
background-color css
<style>
a { background-color: #6902F3; }
a { background-color: rgb(105,2,243); }
div.DivClassName
{
background-color: #6902F3;
}
.BgClassName
{
background-color: #6902F3;
}
</style>
border-color css
<style>
span { border-color: #6902F3; }
span { border-color: rgb(105,2,243); }
td.TdClassName
{
border-color: #6902F3;
}
.TagClassName
{
border-color: #6902F3;
}
</style>