Shades of Indigo #6305AA
Tints of Indigo #6305AA
RGB
CMYK
RGB Variations
Color information
#6305AA (or 0x6305AA) is known color: Indigo. HEX triplet: 63, 05 and AA. RGB value is (99,5,170). Sum of RGB (Red+Green+Blue) = 99+5+170=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #6305AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6305AA is #9CFA55. Grayscale: #333333. Windows color (decimal): -10287702 or 11142499. OLE color: 11142499.
HSL color Cylindrical-coordinate representation of color #6305AA: hue angle of 274.18º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6305AA is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 5 | 170 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.33 |
| HSL | 274.18º | 0.94% | 0.34% | - |
| HSV(B) | 274.18º | 0.97% | 0.67% | - |
| XYZ | 12.46 | 5.66 | 38.47 | - |
| YUV | 51.92 | 194.64 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 170 | 0.42 | 0.97 | 0 | 0.33 | 274.18 | 0.94 | 0.34 |
| Hex | 63 | 5 | AA | 2A | 61 | 0 | 21 | 112 | 5E | 22 |
| Octal | 143 | 5 | 252 | 52 | 141 | 0 | 41 | 422 | 136 | 42 |
| Binary | 1100011 | 101 | 10101010 | 101010 | 1100001 | 0 | 100001 | 100010010 | 1011110 | 100010 |
Color Harmonies of #6305AA
Complementary color
Monochromatic Colors of #6305AA
Black with #6305AA
Text Example
Text Example
White with #6305AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6305AA; }
p { color: rgb(99,5,170); }
H1.HeaderClassName
{
color: #6305AA;
}
.AnyTagClassName
{
color: #6305AA;
}
</style>
background-color css
<style>
a { background-color: #6305AA; }
a { background-color: rgb(99,5,170); }
div.DivClassName
{
background-color: #6305AA;
}
.BgClassName
{
background-color: #6305AA;
}
</style>
border-color css
<style>
span { border-color: #6305AA; }
span { border-color: rgb(99,5,170); }
td.TdClassName
{
border-color: #6305AA;
}
.TagClassName
{
border-color: #6305AA;
}
</style>