Shades of Electric Indigo #6306DC
Tints of Electric Indigo #6306DC
RGB
CMYK
RGB Variations
Color information
#6306DC (or 0x6306DC) is known color: Electric Indigo. HEX triplet: 63, 06 and DC. RGB value is (99,6,220). Sum of RGB (Red+Green+Blue) = 99+6+220=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #6306DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6306DC is #9CF923. Grayscale: #393939. Windows color (decimal): -10287396 or 14419555. OLE color: 14419555.
HSL color Cylindrical-coordinate representation of color #6306DC: hue angle of 266.07º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6306DC is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 6 | 220 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.14 |
| HSL | 266.07º | 0.95% | 0.44% | - |
| HSV(B) | 266.07º | 0.97% | 0.86% | - |
| XYZ | 18.13 | 7.95 | 68.29 | - |
| YUV | 58.2 | 219.31 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 6 | 220 | 0.55 | 0.97 | 0 | 0.14 | 266.07 | 0.95 | 0.44 |
| Hex | 63 | 6 | DC | 37 | 61 | 0 | E | 10A | 5F | 2C |
| Octal | 143 | 6 | 334 | 67 | 141 | 0 | 16 | 412 | 137 | 54 |
| Binary | 1100011 | 110 | 11011100 | 110111 | 1100001 | 0 | 1110 | 100001010 | 1011111 | 101100 |
Color Harmonies of #6306DC
Complementary color
Monochromatic Colors of #6306DC
Black with #6306DC
Text Example
Text Example
White with #6306DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6306DC; }
p { color: rgb(99,6,220); }
H1.HeaderClassName
{
color: #6306DC;
}
.AnyTagClassName
{
color: #6306DC;
}
</style>
background-color css
<style>
a { background-color: #6306DC; }
a { background-color: rgb(99,6,220); }
div.DivClassName
{
background-color: #6306DC;
}
.BgClassName
{
background-color: #6306DC;
}
</style>
border-color css
<style>
span { border-color: #6306DC; }
span { border-color: rgb(99,6,220); }
td.TdClassName
{
border-color: #6306DC;
}
.TagClassName
{
border-color: #6306DC;
}
</style>