Shades of Electric Indigo #6906F5
Tints of Electric Indigo #6906F5
RGB
CMYK
RGB Variations
Color information
#6906F5 (or 0x6906F5) is known color: Electric Indigo. HEX triplet: 69, 06 and F5. RGB value is (105,6,245). Sum of RGB (Red+Green+Blue) = 105+6+245=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 245 (96.09% from 255 or 68.82% from 356); Max value from RGB is 245 - color contains mainly: blue. Hex color #6906F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6906F5 is #96F90A. Grayscale: #3D3D3D. Windows color (decimal): -9894155 or 16057961. OLE color: 16057961.
HSL color Cylindrical-coordinate representation of color #6906F5: hue angle of 264.85º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6906F5 is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 6 | 245 | - |
| CMYK | 0.57 | 0.98 | 0 | 0.04 |
| HSL | 264.85º | 0.95% | 0.49% | - |
| HSV(B) | 264.85º | 0.98% | 0.96% | - |
| XYZ | 22.37 | 9.73 | 87.08 | - |
| YUV | 62.85 | 230.8 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 6 | 245 | 0.57 | 0.98 | 0 | 0.04 | 264.85 | 0.95 | 0.49 |
| Hex | 69 | 6 | F5 | 39 | 62 | 0 | 4 | 109 | 5F | 31 |
| Octal | 151 | 6 | 365 | 71 | 142 | 0 | 4 | 411 | 137 | 61 |
| Binary | 1101001 | 110 | 11110101 | 111001 | 1100010 | 0 | 100 | 100001001 | 1011111 | 110001 |
Color Harmonies of #6906F5
Complementary color
Monochromatic Colors of #6906F5
Black with #6906F5
Text Example
Text Example
White with #6906F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6906F5; }
p { color: rgb(105,6,245); }
H1.HeaderClassName
{
color: #6906F5;
}
.AnyTagClassName
{
color: #6906F5;
}
</style>
background-color css
<style>
a { background-color: #6906F5; }
a { background-color: rgb(105,6,245); }
div.DivClassName
{
background-color: #6906F5;
}
.BgClassName
{
background-color: #6906F5;
}
</style>
border-color css
<style>
span { border-color: #6906F5; }
span { border-color: rgb(105,6,245); }
td.TdClassName
{
border-color: #6906F5;
}
.TagClassName
{
border-color: #6906F5;
}
</style>