Shades of Electric Indigo #6900FB
Tints of Electric Indigo #6900FB
RGB
CMYK
RGB Variations
Color information
#6900FB (or 0x6900FB) is known color: Electric Indigo. HEX triplet: 69, 00 and FB. RGB value is (105,0,251). Sum of RGB (Red+Green+Blue) = 105+0+251=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 251 (98.44% from 255 or 70.51% from 356); Max value from RGB is 251 - color contains mainly: blue. Hex color #6900FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6900FB is #96FF04. Grayscale: #3B3B3B. Windows color (decimal): -9895685 or 16449641. OLE color: 16449641.
HSL color Cylindrical-coordinate representation of color #6900FB: hue angle of 265.1º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6900FB is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 0 | 251 | - |
| CMYK | 0.58 | 1 | 0 | 0.02 |
| HSL | 265.1º | 1% | 0.49% | - |
| HSV(B) | 265.1º | 1% | 0.98% | - |
| XYZ | 23.24 | 9.97 | 91.97 | - |
| YUV | 60.01 | 235.79 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 251 | 0.58 | 1 | 0 | 0.02 | 265.1 | 1 | 0.49 |
| Hex | 69 | 0 | FB | 3A | 64 | 0 | 2 | 109 | 64 | 31 |
| Octal | 151 | 0 | 373 | 72 | 144 | 0 | 2 | 411 | 144 | 61 |
| Binary | 1101001 | 0 | 11111011 | 111010 | 1100100 | 0 | 10 | 100001001 | 1100100 | 110001 |
Color Harmonies of #6900FB
Complementary color
Monochromatic Colors of #6900FB
Black with #6900FB
Text Example
Text Example
White with #6900FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6900FB; }
p { color: rgb(105,0,251); }
H1.HeaderClassName
{
color: #6900FB;
}
.AnyTagClassName
{
color: #6900FB;
}
</style>
background-color css
<style>
a { background-color: #6900FB; }
a { background-color: rgb(105,0,251); }
div.DivClassName
{
background-color: #6900FB;
}
.BgClassName
{
background-color: #6900FB;
}
</style>
border-color css
<style>
span { border-color: #6900FB; }
span { border-color: rgb(105,0,251); }
td.TdClassName
{
border-color: #6900FB;
}
.TagClassName
{
border-color: #6900FB;
}
</style>