Shades of Blue Violet #693BEA
Tints of Blue Violet #693BEA
RGB
CMYK
RGB Variations
Color information
#693BEA (or 0x693BEA) is known color: Blue Violet. HEX triplet: 69, 3B and EA. RGB value is (105,59,234). Sum of RGB (Red+Green+Blue) = 105+59+234=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #693BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693BEA is #96C415. Grayscale: #5C5C5C. Windows color (decimal): -9880598 or 15350633. OLE color: 15350633.
HSL color Cylindrical-coordinate representation of color #693BEA: hue angle of 255.77º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #693BEA is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 59 | 234 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.08 |
| HSL | 255.77º | 0.81% | 0.57% | - |
| HSV(B) | 255.77º | 0.75% | 0.92% | - |
| XYZ | 22.24 | 12.07 | 79 | - |
| YUV | 92.7 | 207.74 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 59 | 234 | 0.55 | 0.75 | 0 | 0.08 | 255.77 | 0.81 | 0.57 |
| Hex | 69 | 3B | EA | 37 | 4B | 0 | 8 | 100 | 51 | 39 |
| Octal | 151 | 73 | 352 | 67 | 113 | 0 | 10 | 400 | 121 | 71 |
| Binary | 1101001 | 111011 | 11101010 | 110111 | 1001011 | 0 | 1000 | 100000000 | 1010001 | 111001 |
Color Harmonies of #693BEA
Complementary color
Monochromatic Colors of #693BEA
Black with #693BEA
Text Example
Text Example
White with #693BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693BEA; }
p { color: rgb(105,59,234); }
H1.HeaderClassName
{
color: #693BEA;
}
.AnyTagClassName
{
color: #693BEA;
}
</style>
background-color css
<style>
a { background-color: #693BEA; }
a { background-color: rgb(105,59,234); }
div.DivClassName
{
background-color: #693BEA;
}
.BgClassName
{
background-color: #693BEA;
}
</style>
border-color css
<style>
span { border-color: #693BEA; }
span { border-color: rgb(105,59,234); }
td.TdClassName
{
border-color: #693BEA;
}
.TagClassName
{
border-color: #693BEA;
}
</style>