Shades of Indigo #6303AC
Tints of Indigo #6303AC
RGB
CMYK
RGB Variations
Color information
#6303AC (or 0x6303AC) is known color: Indigo. HEX triplet: 63, 03 and AC. RGB value is (99,3,172). Sum of RGB (Red+Green+Blue) = 99+3+172=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #6303AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6303AC is #9CFC53. Grayscale: #323232. Windows color (decimal): -10288212 or 11273059. OLE color: 11273059.
HSL color Cylindrical-coordinate representation of color #6303AC: hue angle of 274.08º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6303AC is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 3 | 172 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.33 |
| HSL | 274.08º | 0.97% | 0.34% | - |
| HSV(B) | 274.08º | 0.98% | 0.67% | - |
| XYZ | 12.62 | 5.7 | 39.46 | - |
| YUV | 50.97 | 196.3 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 172 | 0.42 | 0.98 | 0 | 0.33 | 274.08 | 0.97 | 0.34 |
| Hex | 63 | 3 | AC | 2A | 62 | 0 | 21 | 112 | 61 | 22 |
| Octal | 143 | 3 | 254 | 52 | 142 | 0 | 41 | 422 | 141 | 42 |
| Binary | 1100011 | 11 | 10101100 | 101010 | 1100010 | 0 | 100001 | 100010010 | 1100001 | 100010 |
Color Harmonies of #6303AC
Complementary color
Monochromatic Colors of #6303AC
Black with #6303AC
Text Example
Text Example
White with #6303AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6303AC; }
p { color: rgb(99,3,172); }
H1.HeaderClassName
{
color: #6303AC;
}
.AnyTagClassName
{
color: #6303AC;
}
</style>
background-color css
<style>
a { background-color: #6303AC; }
a { background-color: rgb(99,3,172); }
div.DivClassName
{
background-color: #6303AC;
}
.BgClassName
{
background-color: #6303AC;
}
</style>
border-color css
<style>
span { border-color: #6303AC; }
span { border-color: rgb(99,3,172); }
td.TdClassName
{
border-color: #6303AC;
}
.TagClassName
{
border-color: #6303AC;
}
</style>