Shades of Indigo #630698
Tints of Indigo #630698
RGB
CMYK
RGB Variations
Color information
#630698 (or 0x630698) is known color: Indigo. HEX triplet: 63, 06 and 98. RGB value is (99,6,152). Sum of RGB (Red+Green+Blue) = 99+6+152=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #630698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630698 is #9CF967. Grayscale: #313131. Windows color (decimal): -10287464 or 9963107. OLE color: 9963107.
HSL color Cylindrical-coordinate representation of color #630698: hue angle of 278.22º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630698 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 6 | 152 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.40 |
| HSL | 278.22º | 0.92% | 0.31% | - |
| HSV(B) | 278.22º | 0.96% | 0.6% | - |
| XYZ | 10.88 | 5.05 | 30.11 | - |
| YUV | 50.45 | 185.31 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 6 | 152 | 0.35 | 0.96 | 0 | 0.40 | 278.22 | 0.92 | 0.31 |
| Hex | 63 | 6 | 98 | 23 | 60 | 0 | 28 | 116 | 5C | 1F |
| Octal | 143 | 6 | 230 | 43 | 140 | 0 | 50 | 426 | 134 | 37 |
| Binary | 1100011 | 110 | 10011000 | 100011 | 1100000 | 0 | 101000 | 100010110 | 1011100 | 11111 |
Color Harmonies of #630698
Complementary color
Monochromatic Colors of #630698
Black with #630698
Text Example
Text Example
White with #630698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630698; }
p { color: rgb(99,6,152); }
H1.HeaderClassName
{
color: #630698;
}
.AnyTagClassName
{
color: #630698;
}
</style>
background-color css
<style>
a { background-color: #630698; }
a { background-color: rgb(99,6,152); }
div.DivClassName
{
background-color: #630698;
}
.BgClassName
{
background-color: #630698;
}
</style>
border-color css
<style>
span { border-color: #630698; }
span { border-color: rgb(99,6,152); }
td.TdClassName
{
border-color: #630698;
}
.TagClassName
{
border-color: #630698;
}
</style>