Shades of Indigo #620686
Tints of Indigo #620686
RGB
CMYK
RGB Variations
Color information
#620686 (or 0x620686) is known color: Indigo. HEX triplet: 62, 06 and 86. RGB value is (98,6,134). Sum of RGB (Red+Green+Blue) = 98+6+134=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #620686 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620686 is #9DF979. Grayscale: #2F2F2F. Windows color (decimal): -10353018 or 8783458. OLE color: 8783458.
HSL color Cylindrical-coordinate representation of color #620686: hue angle of 283.12º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #620686 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 6 | 134 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.47 |
| HSL | 283.13º | 0.91% | 0.27% | - |
| HSV(B) | 283.13º | 0.96% | 0.53% | - |
| XYZ | 9.41 | 4.45 | 22.92 | - |
| YUV | 48.1 | 176.48 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 6 | 134 | 0.27 | 0.96 | 0 | 0.47 | 283.13 | 0.91 | 0.27 |
| Hex | 62 | 6 | 86 | 1B | 60 | 0 | 2F | 11B | 5B | 1B |
| Octal | 142 | 6 | 206 | 33 | 140 | 0 | 57 | 433 | 133 | 33 |
| Binary | 1100010 | 110 | 10000110 | 11011 | 1100000 | 0 | 101111 | 100011011 | 1011011 | 11011 |
Color Harmonies of #620686
Complementary color
Monochromatic Colors of #620686
Black with #620686
Text Example
Text Example
White with #620686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620686; }
p { color: rgb(98,6,134); }
H1.HeaderClassName
{
color: #620686;
}
.AnyTagClassName
{
color: #620686;
}
</style>
background-color css
<style>
a { background-color: #620686; }
a { background-color: rgb(98,6,134); }
div.DivClassName
{
background-color: #620686;
}
.BgClassName
{
background-color: #620686;
}
</style>
border-color css
<style>
span { border-color: #620686; }
span { border-color: rgb(98,6,134); }
td.TdClassName
{
border-color: #620686;
}
.TagClassName
{
border-color: #620686;
}
</style>