Shades of Electric Indigo #6F05F9
Tints of Electric Indigo #6F05F9
RGB
CMYK
RGB Variations
Color information
#6F05F9 (or 0x6F05F9) is known color: Electric Indigo. HEX triplet: 6F, 05 and F9. RGB value is (111,5,249). Sum of RGB (Red+Green+Blue) = 111+5+249=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 249 (97.66% from 255 or 68.22% from 365); Max value from RGB is 249 - color contains mainly: blue. Hex color #6F05F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F05F9 is #90FA06. Grayscale: #3F3F3F. Windows color (decimal): -9501191 or 16319855. OLE color: 16319855.
HSL color Cylindrical-coordinate representation of color #6F05F9: hue angle of 266.07º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F05F9 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 5 | 249 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.02 |
| HSL | 266.07º | 0.96% | 0.5% | - |
| HSV(B) | 266.07º | 0.98% | 0.98% | - |
| XYZ | 23.71 | 10.33 | 90.37 | - |
| YUV | 64.51 | 232.12 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 5 | 249 | 0.55 | 0.98 | 0 | 0.02 | 266.07 | 0.96 | 0.5 |
| Hex | 6F | 5 | F9 | 37 | 62 | 0 | 2 | 10A | 60 | 32 |
| Octal | 157 | 5 | 371 | 67 | 142 | 0 | 2 | 412 | 140 | 62 |
| Binary | 1101111 | 101 | 11111001 | 110111 | 1100010 | 0 | 10 | 100001010 | 1100000 | 110010 |
Color Harmonies of #6F05F9
Complementary color
Monochromatic Colors of #6F05F9
Black with #6F05F9
Text Example
Text Example
White with #6F05F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F05F9; }
p { color: rgb(111,5,249); }
H1.HeaderClassName
{
color: #6F05F9;
}
.AnyTagClassName
{
color: #6F05F9;
}
</style>
background-color css
<style>
a { background-color: #6F05F9; }
a { background-color: rgb(111,5,249); }
div.DivClassName
{
background-color: #6F05F9;
}
.BgClassName
{
background-color: #6F05F9;
}
</style>
border-color css
<style>
span { border-color: #6F05F9; }
span { border-color: rgb(111,5,249); }
td.TdClassName
{
border-color: #6F05F9;
}
.TagClassName
{
border-color: #6F05F9;
}
</style>