Shades of Electric Indigo #6B09FE
Tints of Electric Indigo #6B09FE
RGB
CMYK
RGB Variations
Color information
#6B09FE (or 0x6B09FE) is known color: Electric Indigo. HEX triplet: 6B, 09 and FE. RGB value is (107,9,254). Sum of RGB (Red+Green+Blue) = 107+9+254=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B09FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B09FE is #94F601. Grayscale: #414141. Windows color (decimal): -9762306 or 16648555. OLE color: 16648555.
HSL color Cylindrical-coordinate representation of color #6B09FE: hue angle of 264º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B09FE is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 9 | 254 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.00 |
| HSL | 264º | 0.99% | 0.52% | - |
| HSV(B) | 264º | 0.96% | 1% | - |
| XYZ | 24.05 | 10.48 | 94.52 | - |
| YUV | 66.23 | 233.97 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 9 | 254 | 0.58 | 0.96 | 0 | 0.00 | 264 | 0.99 | 0.52 |
| Hex | 6B | 9 | FE | 3A | 60 | 0 | 0 | 108 | 63 | 34 |
| Octal | 153 | 11 | 376 | 72 | 140 | 0 | 0 | 410 | 143 | 64 |
| Binary | 1101011 | 1001 | 11111110 | 111010 | 1100000 | 0 | 0 | 100001000 | 1100011 | 110100 |
Color Harmonies of #6B09FE
Complementary color
Monochromatic Colors of #6B09FE
Black with #6B09FE
Text Example
Text Example
White with #6B09FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B09FE; }
p { color: rgb(107,9,254); }
H1.HeaderClassName
{
color: #6B09FE;
}
.AnyTagClassName
{
color: #6B09FE;
}
</style>
background-color css
<style>
a { background-color: #6B09FE; }
a { background-color: rgb(107,9,254); }
div.DivClassName
{
background-color: #6B09FE;
}
.BgClassName
{
background-color: #6B09FE;
}
</style>
border-color css
<style>
span { border-color: #6B09FE; }
span { border-color: rgb(107,9,254); }
td.TdClassName
{
border-color: #6B09FE;
}
.TagClassName
{
border-color: #6B09FE;
}
</style>