Shades of Slate Blue #693FE1
Tints of Slate Blue #693FE1
RGB
CMYK
RGB Variations
Color information
#693FE1 (or 0x693FE1) is known color: Slate Blue. HEX triplet: 69, 3F and E1. RGB value is (105,63,225). Sum of RGB (Red+Green+Blue) = 105+63+225=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 225 (88.28% from 255 or 57.25% from 393); Max value from RGB is 225 - color contains mainly: blue. Hex color #693FE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693FE1 is #96C01E. Grayscale: #5D5D5D. Windows color (decimal): -9879583 or 14761833. OLE color: 14761833.
HSL color Cylindrical-coordinate representation of color #693FE1: hue angle of 255.56º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #693FE1 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 63 | 225 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.12 |
| HSL | 255.56º | 0.73% | 0.56% | - |
| HSV(B) | 255.56º | 0.72% | 0.88% | - |
| XYZ | 21.19 | 11.99 | 72.43 | - |
| YUV | 94.03 | 201.91 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 63 | 225 | 0.53 | 0.72 | 0 | 0.12 | 255.56 | 0.73 | 0.56 |
| Hex | 69 | 3F | E1 | 35 | 48 | 0 | C | 100 | 49 | 38 |
| Octal | 151 | 77 | 341 | 65 | 110 | 0 | 14 | 400 | 111 | 70 |
| Binary | 1101001 | 111111 | 11100001 | 110101 | 1001000 | 0 | 1100 | 100000000 | 1001001 | 111000 |
Color Harmonies of #693FE1
Complementary color
Monochromatic Colors of #693FE1
Black with #693FE1
Text Example
Text Example
White with #693FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693FE1; }
p { color: rgb(105,63,225); }
H1.HeaderClassName
{
color: #693FE1;
}
.AnyTagClassName
{
color: #693FE1;
}
</style>
background-color css
<style>
a { background-color: #693FE1; }
a { background-color: rgb(105,63,225); }
div.DivClassName
{
background-color: #693FE1;
}
.BgClassName
{
background-color: #693FE1;
}
</style>
border-color css
<style>
span { border-color: #693FE1; }
span { border-color: rgb(105,63,225); }
td.TdClassName
{
border-color: #693FE1;
}
.TagClassName
{
border-color: #693FE1;
}
</style>