Shades of Electric Indigo #6303D2
Tints of Electric Indigo #6303D2
RGB
CMYK
RGB Variations
Color information
#6303D2 (or 0x6303D2) is known color: Electric Indigo. HEX triplet: 63, 03 and D2. RGB value is (99,3,210). Sum of RGB (Red+Green+Blue) = 99+3+210=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 210 (82.42% from 255 or 67.31% from 312); Max value from RGB is 210 - color contains mainly: blue. Hex color #6303D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6303D2 is #9CFC2D. Grayscale: #363636. Windows color (decimal): -10288174 or 13763427. OLE color: 13763427.
HSL color Cylindrical-coordinate representation of color #6303D2: hue angle of 267.83º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6303D2 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 3 | 210 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.18 |
| HSL | 267.83º | 0.97% | 0.42% | - |
| HSV(B) | 267.83º | 0.99% | 0.82% | - |
| XYZ | 16.81 | 7.37 | 61.51 | - |
| YUV | 55.3 | 215.3 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 210 | 0.53 | 0.99 | 0 | 0.18 | 267.83 | 0.97 | 0.42 |
| Hex | 63 | 3 | D2 | 35 | 63 | 0 | 12 | 10C | 61 | 2A |
| Octal | 143 | 3 | 322 | 65 | 143 | 0 | 22 | 414 | 141 | 52 |
| Binary | 1100011 | 11 | 11010010 | 110101 | 1100011 | 0 | 10010 | 100001100 | 1100001 | 101010 |
Color Harmonies of #6303D2
Complementary color
Monochromatic Colors of #6303D2
Black with #6303D2
Text Example
Text Example
White with #6303D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6303D2; }
p { color: rgb(99,3,210); }
H1.HeaderClassName
{
color: #6303D2;
}
.AnyTagClassName
{
color: #6303D2;
}
</style>
background-color css
<style>
a { background-color: #6303D2; }
a { background-color: rgb(99,3,210); }
div.DivClassName
{
background-color: #6303D2;
}
.BgClassName
{
background-color: #6303D2;
}
</style>
border-color css
<style>
span { border-color: #6303D2; }
span { border-color: rgb(99,3,210); }
td.TdClassName
{
border-color: #6303D2;
}
.TagClassName
{
border-color: #6303D2;
}
</style>