Shades of Electric Indigo #6506DF
Tints of Electric Indigo #6506DF
RGB
CMYK
RGB Variations
Color information
#6506DF (or 0x6506DF) is known color: Electric Indigo. HEX triplet: 65, 06 and DF. RGB value is (101,6,223). Sum of RGB (Red+Green+Blue) = 101+6+223=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #6506DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6506DF is #9AF920. Grayscale: #3A3A3A. Windows color (decimal): -10156321 or 14616165. OLE color: 14616165.
HSL color Cylindrical-coordinate representation of color #6506DF: hue angle of 266.27º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6506DF is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 6 | 223 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.13 |
| HSL | 266.27º | 0.95% | 0.45% | - |
| HSV(B) | 266.27º | 0.97% | 0.87% | - |
| XYZ | 18.75 | 8.22 | 70.41 | - |
| YUV | 59.14 | 220.47 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 6 | 223 | 0.55 | 0.97 | 0 | 0.13 | 266.27 | 0.95 | 0.45 |
| Hex | 65 | 6 | DF | 37 | 61 | 0 | D | 10A | 5F | 2D |
| Octal | 145 | 6 | 337 | 67 | 141 | 0 | 15 | 412 | 137 | 55 |
| Binary | 1100101 | 110 | 11011111 | 110111 | 1100001 | 0 | 1101 | 100001010 | 1011111 | 101101 |
Color Harmonies of #6506DF
Complementary color
Monochromatic Colors of #6506DF
Black with #6506DF
Text Example
Text Example
White with #6506DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6506DF; }
p { color: rgb(101,6,223); }
H1.HeaderClassName
{
color: #6506DF;
}
.AnyTagClassName
{
color: #6506DF;
}
</style>
background-color css
<style>
a { background-color: #6506DF; }
a { background-color: rgb(101,6,223); }
div.DivClassName
{
background-color: #6506DF;
}
.BgClassName
{
background-color: #6506DF;
}
</style>
border-color css
<style>
span { border-color: #6506DF; }
span { border-color: rgb(101,6,223); }
td.TdClassName
{
border-color: #6506DF;
}
.TagClassName
{
border-color: #6506DF;
}
</style>