Shades of Electric Indigo #690CFF
Tints of Electric Indigo #690CFF
RGB
CMYK
RGB Variations
Color information
#690CFF (or 0x690CFF) is known color: Electric Indigo. HEX triplet: 69, 0C and FF. RGB value is (105,12,255). Sum of RGB (Red+Green+Blue) = 105+12+255=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #690CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690CFF is #96F300. Grayscale: #424242. Windows color (decimal): -9892609 or 16714857. OLE color: 16714857.
HSL color Cylindrical-coordinate representation of color #690CFF: hue angle of 262.96º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690CFF is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 12 | 255 | - |
| CMYK | 0.59 | 0.95 | 0 | 0 |
| HSL | 262.96º | 1% | 0.52% | - |
| HSV(B) | 262.96º | 0.95% | 1% | - |
| XYZ | 24.01 | 10.49 | 95.37 | - |
| YUV | 67.51 | 233.81 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 12 | 255 | 0.59 | 0.95 | 0 | 0 | 262.96 | 1 | 0.52 |
| Hex | 69 | C | FF | 3B | 5F | 0 | 0 | 107 | 64 | 34 |
| Octal | 151 | 14 | 377 | 73 | 137 | 0 | 0 | 407 | 144 | 64 |
| Binary | 1101001 | 1100 | 11111111 | 111011 | 1011111 | 0 | 0 | 100000111 | 1100100 | 110100 |
Color Harmonies of #690CFF
Complementary color
Monochromatic Colors of #690CFF
Black with #690CFF
Text Example
Text Example
White with #690CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690CFF; }
p { color: rgb(105,12,255); }
H1.HeaderClassName
{
color: #690CFF;
}
.AnyTagClassName
{
color: #690CFF;
}
</style>
background-color css
<style>
a { background-color: #690CFF; }
a { background-color: rgb(105,12,255); }
div.DivClassName
{
background-color: #690CFF;
}
.BgClassName
{
background-color: #690CFF;
}
</style>
border-color css
<style>
span { border-color: #690CFF; }
span { border-color: rgb(105,12,255); }
td.TdClassName
{
border-color: #690CFF;
}
.TagClassName
{
border-color: #690CFF;
}
</style>