Shades of Electric Indigo #6705FF
Tints of Electric Indigo #6705FF
RGB
CMYK
RGB Variations
Color information
#6705FF (or 0x6705FF) is known color: Electric Indigo. HEX triplet: 67, 05 and FF. RGB value is (103,5,255). Sum of RGB (Red+Green+Blue) = 103+5+255=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #6705FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6705FF is #98FA00. Grayscale: #3D3D3D. Windows color (decimal): -10025473 or 16713063. OLE color: 16713063.
HSL color Cylindrical-coordinate representation of color #6705FF: hue angle of 263.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6705FF is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 5 | 255 | - |
| CMYK | 0.60 | 0.98 | 0 | 0 |
| HSL | 263.52º | 1% | 0.51% | - |
| HSV(B) | 263.52º | 0.98% | 1% | - |
| XYZ | 23.7 | 10.21 | 95.33 | - |
| YUV | 62.8 | 236.47 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 5 | 255 | 0.60 | 0.98 | 0 | 0 | 263.52 | 1 | 0.51 |
| Hex | 67 | 5 | FF | 3C | 62 | 0 | 0 | 108 | 64 | 33 |
| Octal | 147 | 5 | 377 | 74 | 142 | 0 | 0 | 410 | 144 | 63 |
| Binary | 1100111 | 101 | 11111111 | 111100 | 1100010 | 0 | 0 | 100001000 | 1100100 | 110011 |
Color Harmonies of #6705FF
Complementary color
Monochromatic Colors of #6705FF
Black with #6705FF
Text Example
Text Example
White with #6705FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6705FF; }
p { color: rgb(103,5,255); }
H1.HeaderClassName
{
color: #6705FF;
}
.AnyTagClassName
{
color: #6705FF;
}
</style>
background-color css
<style>
a { background-color: #6705FF; }
a { background-color: rgb(103,5,255); }
div.DivClassName
{
background-color: #6705FF;
}
.BgClassName
{
background-color: #6705FF;
}
</style>
border-color css
<style>
span { border-color: #6705FF; }
span { border-color: rgb(103,5,255); }
td.TdClassName
{
border-color: #6705FF;
}
.TagClassName
{
border-color: #6705FF;
}
</style>