Shades of Indigo #690F9C
Tints of Indigo #690F9C
RGB
CMYK
RGB Variations
Color information
#690F9C (or 0x690F9C) is known color: Indigo. HEX triplet: 69, 0F and 9C. RGB value is (105,15,156). Sum of RGB (Red+Green+Blue) = 105+15+156=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #690F9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690F9C is #96F063. Grayscale: #393939. Windows color (decimal): -9891940 or 10227561. OLE color: 10227561.
HSL color Cylindrical-coordinate representation of color #690F9C: hue angle of 278.3º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690F9C is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 15 | 156 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.39 |
| HSL | 278.3º | 0.82% | 0.34% | - |
| HSV(B) | 278.3º | 0.9% | 0.61% | - |
| XYZ | 12 | 5.75 | 31.93 | - |
| YUV | 57.98 | 183.32 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 156 | 0.33 | 0.90 | 0 | 0.39 | 278.3 | 0.82 | 0.34 |
| Hex | 69 | F | 9C | 21 | 5A | 0 | 27 | 116 | 52 | 22 |
| Octal | 151 | 17 | 234 | 41 | 132 | 0 | 47 | 426 | 122 | 42 |
| Binary | 1101001 | 1111 | 10011100 | 100001 | 1011010 | 0 | 100111 | 100010110 | 1010010 | 100010 |
Color Harmonies of #690F9C
Complementary color
Monochromatic Colors of #690F9C
Black with #690F9C
Text Example
Text Example
White with #690F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690F9C; }
p { color: rgb(105,15,156); }
H1.HeaderClassName
{
color: #690F9C;
}
.AnyTagClassName
{
color: #690F9C;
}
</style>
background-color css
<style>
a { background-color: #690F9C; }
a { background-color: rgb(105,15,156); }
div.DivClassName
{
background-color: #690F9C;
}
.BgClassName
{
background-color: #690F9C;
}
</style>
border-color css
<style>
span { border-color: #690F9C; }
span { border-color: rgb(105,15,156); }
td.TdClassName
{
border-color: #690F9C;
}
.TagClassName
{
border-color: #690F9C;
}
</style>