Shades of Indigo #630677
Tints of Indigo #630677
RGB
CMYK
RGB Variations
Color information
#630677 (or 0x630677) is known color: Indigo. HEX triplet: 63, 06 and 77. RGB value is (99,6,119). Sum of RGB (Red+Green+Blue) = 99+6+119=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #630677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630677 is #9CF988. Grayscale: #2E2E2E. Windows color (decimal): -10287497 or 7800419. OLE color: 7800419.
HSL color Cylindrical-coordinate representation of color #630677: hue angle of 289.38º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630677 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 99 | 6 | 119 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.53 |
| HSL | 289.38º | 0.9% | 0.25% | - |
| HSV(B) | 289.38º | 0.95% | 0.47% | - |
| XYZ | 8.54 | 4.11 | 17.8 | - |
| YUV | 46.69 | 168.81 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 6 | 119 | 0.17 | 0.95 | 0 | 0.53 | 289.38 | 0.9 | 0.25 |
| Hex | 63 | 6 | 77 | 11 | 5F | 0 | 35 | 121 | 5A | 19 |
| Octal | 143 | 6 | 167 | 21 | 137 | 0 | 65 | 441 | 132 | 31 |
| Binary | 1100011 | 110 | 1110111 | 10001 | 1011111 | 0 | 110101 | 100100001 | 1011010 | 11001 |
Color Harmonies of #630677
Complementary color
Monochromatic Colors of #630677
Black with #630677
Text Example
Text Example
White with #630677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630677; }
p { color: rgb(99,6,119); }
H1.HeaderClassName
{
color: #630677;
}
.AnyTagClassName
{
color: #630677;
}
</style>
background-color css
<style>
a { background-color: #630677; }
a { background-color: rgb(99,6,119); }
div.DivClassName
{
background-color: #630677;
}
.BgClassName
{
background-color: #630677;
}
</style>
border-color css
<style>
span { border-color: #630677; }
span { border-color: rgb(99,6,119); }
td.TdClassName
{
border-color: #630677;
}
.TagClassName
{
border-color: #630677;
}
</style>