Shades of Slate Blue #693EE0
Tints of Slate Blue #693EE0
RGB
CMYK
RGB Variations
Color information
#693EE0 (or 0x693EE0) is known color: Slate Blue. HEX triplet: 69, 3E and E0. RGB value is (105,62,224). Sum of RGB (Red+Green+Blue) = 105+62+224=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 224 (87.89% from 255 or 57.29% from 391); Max value from RGB is 224 - color contains mainly: blue. Hex color #693EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693EE0 is #96C11F. Grayscale: #5C5C5C. Windows color (decimal): -9879840 or 14696041. OLE color: 14696041.
HSL color Cylindrical-coordinate representation of color #693EE0: hue angle of 255.93º degrees, saturation: 0.72, 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 #693EE0 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 62 | 224 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.12 |
| HSL | 255.93º | 0.72% | 0.56% | - |
| HSV(B) | 255.93º | 0.72% | 0.88% | - |
| XYZ | 21 | 11.83 | 71.7 | - |
| YUV | 93.33 | 201.75 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 62 | 224 | 0.53 | 0.72 | 0 | 0.12 | 255.93 | 0.72 | 0.56 |
| Hex | 69 | 3E | E0 | 35 | 48 | 0 | C | 100 | 48 | 38 |
| Octal | 151 | 76 | 340 | 65 | 110 | 0 | 14 | 400 | 110 | 70 |
| Binary | 1101001 | 111110 | 11100000 | 110101 | 1001000 | 0 | 1100 | 100000000 | 1001000 | 111000 |
Color Harmonies of #693EE0
Complementary color
Monochromatic Colors of #693EE0
Black with #693EE0
Text Example
Text Example
White with #693EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693EE0; }
p { color: rgb(105,62,224); }
H1.HeaderClassName
{
color: #693EE0;
}
.AnyTagClassName
{
color: #693EE0;
}
</style>
background-color css
<style>
a { background-color: #693EE0; }
a { background-color: rgb(105,62,224); }
div.DivClassName
{
background-color: #693EE0;
}
.BgClassName
{
background-color: #693EE0;
}
</style>
border-color css
<style>
span { border-color: #693EE0; }
span { border-color: rgb(105,62,224); }
td.TdClassName
{
border-color: #693EE0;
}
.TagClassName
{
border-color: #693EE0;
}
</style>