Shades of Slate Blue #693CE9
Tints of Slate Blue #693CE9
RGB
CMYK
RGB Variations
Color information
#693CE9 (or 0x693CE9) is known color: Slate Blue. HEX triplet: 69, 3C and E9. RGB value is (105,60,233). Sum of RGB (Red+Green+Blue) = 105+60+233=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 233 (91.41% from 255 or 58.54% from 398); Max value from RGB is 233 - color contains mainly: blue. Hex color #693CE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693CE9 is #96C316. Grayscale: #5C5C5C. Windows color (decimal): -9880343 or 15285353. OLE color: 15285353.
HSL color Cylindrical-coordinate representation of color #693CE9: hue angle of 255.61º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #693CE9 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 60 | 233 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.09 |
| HSL | 255.61º | 0.8% | 0.57% | - |
| HSV(B) | 255.61º | 0.74% | 0.91% | - |
| XYZ | 22.15 | 12.12 | 78.26 | - |
| YUV | 93.18 | 206.91 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 233 | 0.55 | 0.74 | 0 | 0.09 | 255.61 | 0.8 | 0.57 |
| Hex | 69 | 3C | E9 | 37 | 4A | 0 | 9 | 100 | 50 | 39 |
| Octal | 151 | 74 | 351 | 67 | 112 | 0 | 11 | 400 | 120 | 71 |
| Binary | 1101001 | 111100 | 11101001 | 110111 | 1001010 | 0 | 1001 | 100000000 | 1010000 | 111001 |
Color Harmonies of #693CE9
Complementary color
Monochromatic Colors of #693CE9
Black with #693CE9
Text Example
Text Example
White with #693CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693CE9; }
p { color: rgb(105,60,233); }
H1.HeaderClassName
{
color: #693CE9;
}
.AnyTagClassName
{
color: #693CE9;
}
</style>
background-color css
<style>
a { background-color: #693CE9; }
a { background-color: rgb(105,60,233); }
div.DivClassName
{
background-color: #693CE9;
}
.BgClassName
{
background-color: #693CE9;
}
</style>
border-color css
<style>
span { border-color: #693CE9; }
span { border-color: rgb(105,60,233); }
td.TdClassName
{
border-color: #693CE9;
}
.TagClassName
{
border-color: #693CE9;
}
</style>