Shades of Electric Indigo #6302DF
Tints of Electric Indigo #6302DF
RGB
CMYK
RGB Variations
Color information
#6302DF (or 0x6302DF) is known color: Electric Indigo. HEX triplet: 63, 02 and DF. RGB value is (99,2,223). Sum of RGB (Red+Green+Blue) = 99+2+223=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #6302DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6302DF is #9CFD20. Grayscale: #373737. Windows color (decimal): -10288417 or 14615139. OLE color: 14615139.
HSL color Cylindrical-coordinate representation of color #6302DF: hue angle of 266.33º 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 #6302DF is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 2 | 223 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.13 |
| HSL | 266.33º | 0.98% | 0.44% | - |
| HSV(B) | 266.33º | 0.99% | 0.87% | - |
| XYZ | 18.49 | 8.02 | 70.39 | - |
| YUV | 56.2 | 222.14 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 223 | 0.56 | 0.99 | 0 | 0.13 | 266.33 | 0.98 | 0.44 |
| Hex | 63 | 2 | DF | 38 | 63 | 0 | D | 10A | 62 | 2C |
| Octal | 143 | 2 | 337 | 70 | 143 | 0 | 15 | 412 | 142 | 54 |
| Binary | 1100011 | 10 | 11011111 | 111000 | 1100011 | 0 | 1101 | 100001010 | 1100010 | 101100 |
Color Harmonies of #6302DF
Complementary color
Monochromatic Colors of #6302DF
Black with #6302DF
Text Example
Text Example
White with #6302DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6302DF; }
p { color: rgb(99,2,223); }
H1.HeaderClassName
{
color: #6302DF;
}
.AnyTagClassName
{
color: #6302DF;
}
</style>
background-color css
<style>
a { background-color: #6302DF; }
a { background-color: rgb(99,2,223); }
div.DivClassName
{
background-color: #6302DF;
}
.BgClassName
{
background-color: #6302DF;
}
</style>
border-color css
<style>
span { border-color: #6302DF; }
span { border-color: rgb(99,2,223); }
td.TdClassName
{
border-color: #6302DF;
}
.TagClassName
{
border-color: #6302DF;
}
</style>