Shades of Electric Indigo #6502DF
Tints of Electric Indigo #6502DF
RGB
CMYK
RGB Variations
Color information
#6502DF (or 0x6502DF) is known color: Electric Indigo. HEX triplet: 65, 02 and DF. RGB value is (101,2,223). Sum of RGB (Red+Green+Blue) = 101+2+223=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #6502DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6502DF is #9AFD20. Grayscale: #383838. Windows color (decimal): -10157345 or 14615141. OLE color: 14615141.
HSL color Cylindrical-coordinate representation of color #6502DF: hue angle of 266.88º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6502DF is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 2 | 223 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.13 |
| HSL | 266.88º | 0.98% | 0.44% | - |
| HSV(B) | 266.88º | 0.99% | 0.87% | - |
| XYZ | 18.71 | 8.14 | 70.4 | - |
| YUV | 56.8 | 221.8 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 223 | 0.55 | 0.99 | 0 | 0.13 | 266.88 | 0.98 | 0.44 |
| Hex | 65 | 2 | DF | 37 | 63 | 0 | D | 10B | 62 | 2C |
| Octal | 145 | 2 | 337 | 67 | 143 | 0 | 15 | 413 | 142 | 54 |
| Binary | 1100101 | 10 | 11011111 | 110111 | 1100011 | 0 | 1101 | 100001011 | 1100010 | 101100 |
Color Harmonies of #6502DF
Complementary color
Monochromatic Colors of #6502DF
Black with #6502DF
Text Example
Text Example
White with #6502DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6502DF; }
p { color: rgb(101,2,223); }
H1.HeaderClassName
{
color: #6502DF;
}
.AnyTagClassName
{
color: #6502DF;
}
</style>
background-color css
<style>
a { background-color: #6502DF; }
a { background-color: rgb(101,2,223); }
div.DivClassName
{
background-color: #6502DF;
}
.BgClassName
{
background-color: #6502DF;
}
</style>
border-color css
<style>
span { border-color: #6502DF; }
span { border-color: rgb(101,2,223); }
td.TdClassName
{
border-color: #6502DF;
}
.TagClassName
{
border-color: #6502DF;
}
</style>