Shades of Slate Blue #693CE8
Tints of Slate Blue #693CE8
RGB
CMYK
RGB Variations
Color information
#693CE8 (or 0x693CE8) is known color: Slate Blue. HEX triplet: 69, 3C and E8. RGB value is (105,60,232). Sum of RGB (Red+Green+Blue) = 105+60+232=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 232 (91.02% from 255 or 58.44% from 397); Max value from RGB is 232 - color contains mainly: blue. Hex color #693CE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693CE8 is #96C317. Grayscale: #5C5C5C. Windows color (decimal): -9880344 or 15219817. OLE color: 15219817.
HSL color Cylindrical-coordinate representation of color #693CE8: hue angle of 255.7º degrees, saturation: 0.79, 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 #693CE8 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 60 | 232 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.09 |
| HSL | 255.7º | 0.79% | 0.57% | - |
| HSV(B) | 255.7º | 0.74% | 0.91% | - |
| XYZ | 22.01 | 12.06 | 77.51 | - |
| YUV | 93.06 | 206.41 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 232 | 0.55 | 0.74 | 0 | 0.09 | 255.7 | 0.79 | 0.57 |
| Hex | 69 | 3C | E8 | 37 | 4A | 0 | 9 | 100 | 4F | 39 |
| Octal | 151 | 74 | 350 | 67 | 112 | 0 | 11 | 400 | 117 | 71 |
| Binary | 1101001 | 111100 | 11101000 | 110111 | 1001010 | 0 | 1001 | 100000000 | 1001111 | 111001 |
Color Harmonies of #693CE8
Complementary color
Monochromatic Colors of #693CE8
Black with #693CE8
Text Example
Text Example
White with #693CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693CE8; }
p { color: rgb(105,60,232); }
H1.HeaderClassName
{
color: #693CE8;
}
.AnyTagClassName
{
color: #693CE8;
}
</style>
background-color css
<style>
a { background-color: #693CE8; }
a { background-color: rgb(105,60,232); }
div.DivClassName
{
background-color: #693CE8;
}
.BgClassName
{
background-color: #693CE8;
}
</style>
border-color css
<style>
span { border-color: #693CE8; }
span { border-color: rgb(105,60,232); }
td.TdClassName
{
border-color: #693CE8;
}
.TagClassName
{
border-color: #693CE8;
}
</style>