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