Shades of Electric Indigo #6705FC
Tints of Electric Indigo #6705FC
RGB
CMYK
RGB Variations
Color information
#6705FC (or 0x6705FC) is known color: Electric Indigo. HEX triplet: 67, 05 and FC. RGB value is (103,5,252). Sum of RGB (Red+Green+Blue) = 103+5+252=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #6705FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6705FC is #98FA03. Grayscale: #3D3D3D. Windows color (decimal): -10025476 or 16516455. OLE color: 16516455.
HSL color Cylindrical-coordinate representation of color #6705FC: hue angle of 263.81º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6705FC is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 5 | 252 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.01 |
| HSL | 263.81º | 0.98% | 0.5% | - |
| HSV(B) | 263.81º | 0.98% | 0.99% | - |
| XYZ | 23.22 | 10.02 | 92.81 | - |
| YUV | 62.46 | 234.97 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 5 | 252 | 0.59 | 0.98 | 0 | 0.01 | 263.81 | 0.98 | 0.5 |
| Hex | 67 | 5 | FC | 3B | 62 | 0 | 1 | 108 | 62 | 32 |
| Octal | 147 | 5 | 374 | 73 | 142 | 0 | 1 | 410 | 142 | 62 |
| Binary | 1100111 | 101 | 11111100 | 111011 | 1100010 | 0 | 1 | 100001000 | 1100010 | 110010 |
Color Harmonies of #6705FC
Complementary color
Monochromatic Colors of #6705FC
Black with #6705FC
Text Example
Text Example
White with #6705FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6705FC; }
p { color: rgb(103,5,252); }
H1.HeaderClassName
{
color: #6705FC;
}
.AnyTagClassName
{
color: #6705FC;
}
</style>
background-color css
<style>
a { background-color: #6705FC; }
a { background-color: rgb(103,5,252); }
div.DivClassName
{
background-color: #6705FC;
}
.BgClassName
{
background-color: #6705FC;
}
</style>
border-color css
<style>
span { border-color: #6705FC; }
span { border-color: rgb(103,5,252); }
td.TdClassName
{
border-color: #6705FC;
}
.TagClassName
{
border-color: #6705FC;
}
</style>