Shades of Indigo #6304AA
Tints of Indigo #6304AA
RGB
CMYK
RGB Variations
Color information
#6304AA (or 0x6304AA) is known color: Indigo. HEX triplet: 63, 04 and AA. RGB value is (99,4,170). Sum of RGB (Red+Green+Blue) = 99+4+170=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #6304AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6304AA is #9CFB55. Grayscale: #323232. Windows color (decimal): -10287958 or 11142243. OLE color: 11142243.
HSL color Cylindrical-coordinate representation of color #6304AA: hue angle of 274.34º degrees, saturation: 0.95, 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 #6304AA is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 4 | 170 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.33 |
| HSL | 274.34º | 0.95% | 0.34% | - |
| HSV(B) | 274.34º | 0.98% | 0.67% | - |
| XYZ | 12.44 | 5.64 | 38.46 | - |
| YUV | 51.33 | 194.97 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 170 | 0.42 | 0.98 | 0 | 0.33 | 274.34 | 0.95 | 0.34 |
| Hex | 63 | 4 | AA | 2A | 62 | 0 | 21 | 112 | 5F | 22 |
| Octal | 143 | 4 | 252 | 52 | 142 | 0 | 41 | 422 | 137 | 42 |
| Binary | 1100011 | 100 | 10101010 | 101010 | 1100010 | 0 | 100001 | 100010010 | 1011111 | 100010 |
Color Harmonies of #6304AA
Complementary color
Monochromatic Colors of #6304AA
Black with #6304AA
Text Example
Text Example
White with #6304AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6304AA; }
p { color: rgb(99,4,170); }
H1.HeaderClassName
{
color: #6304AA;
}
.AnyTagClassName
{
color: #6304AA;
}
</style>
background-color css
<style>
a { background-color: #6304AA; }
a { background-color: rgb(99,4,170); }
div.DivClassName
{
background-color: #6304AA;
}
.BgClassName
{
background-color: #6304AA;
}
</style>
border-color css
<style>
span { border-color: #6304AA; }
span { border-color: rgb(99,4,170); }
td.TdClassName
{
border-color: #6304AA;
}
.TagClassName
{
border-color: #6304AA;
}
</style>