Shades of Slate Blue #693CE6
Tints of Slate Blue #693CE6
RGB
CMYK
RGB Variations
Color information
#693CE6 (or 0x693CE6) is known color: Slate Blue. HEX triplet: 69, 3C and E6. RGB value is (105,60,230). Sum of RGB (Red+Green+Blue) = 105+60+230=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 230 (90.23% from 255 or 58.23% from 395); Max value from RGB is 230 - color contains mainly: blue. Hex color #693CE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693CE6 is #96C319. Grayscale: #5C5C5C. Windows color (decimal): -9880346 or 15088745. OLE color: 15088745.
HSL color Cylindrical-coordinate representation of color #693CE6: hue angle of 255.88º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #693CE6 is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 60 | 230 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.10 |
| HSL | 255.88º | 0.77% | 0.57% | - |
| HSV(B) | 255.88º | 0.74% | 0.9% | - |
| XYZ | 21.72 | 11.95 | 76.02 | - |
| YUV | 92.84 | 205.41 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 230 | 0.54 | 0.74 | 0 | 0.10 | 255.88 | 0.77 | 0.57 |
| Hex | 69 | 3C | E6 | 36 | 4A | 0 | A | 100 | 4D | 39 |
| Octal | 151 | 74 | 346 | 66 | 112 | 0 | 12 | 400 | 115 | 71 |
| Binary | 1101001 | 111100 | 11100110 | 110110 | 1001010 | 0 | 1010 | 100000000 | 1001101 | 111001 |
Color Harmonies of #693CE6
Complementary color
Monochromatic Colors of #693CE6
Black with #693CE6
Text Example
Text Example
White with #693CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693CE6; }
p { color: rgb(105,60,230); }
H1.HeaderClassName
{
color: #693CE6;
}
.AnyTagClassName
{
color: #693CE6;
}
</style>
background-color css
<style>
a { background-color: #693CE6; }
a { background-color: rgb(105,60,230); }
div.DivClassName
{
background-color: #693CE6;
}
.BgClassName
{
background-color: #693CE6;
}
</style>
border-color css
<style>
span { border-color: #693CE6; }
span { border-color: rgb(105,60,230); }
td.TdClassName
{
border-color: #693CE6;
}
.TagClassName
{
border-color: #693CE6;
}
</style>