Shades of Slate Blue #683FE1
Tints of Slate Blue #683FE1
RGB
CMYK
RGB Variations
Color information
#683FE1 (or 0x683FE1) is known color: Slate Blue. HEX triplet: 68, 3F and E1. RGB value is (104,63,225). Sum of RGB (Red+Green+Blue) = 104+63+225=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 225 (88.28% from 255 or 57.40% from 392); Max value from RGB is 225 - color contains mainly: blue. Hex color #683FE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683FE1 is #97C01E. Grayscale: #5D5D5D. Windows color (decimal): -9945119 or 14761832. OLE color: 14761832.
HSL color Cylindrical-coordinate representation of color #683FE1: hue angle of 255.19º 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 #683FE1 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 63 | 225 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.12 |
| HSL | 255.19º | 0.73% | 0.56% | - |
| HSV(B) | 255.19º | 0.72% | 0.88% | - |
| XYZ | 21.08 | 11.93 | 72.43 | - |
| YUV | 93.73 | 202.08 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 225 | 0.54 | 0.72 | 0 | 0.12 | 255.19 | 0.73 | 0.56 |
| Hex | 68 | 3F | E1 | 36 | 48 | 0 | C | FF | 49 | 38 |
| Octal | 150 | 77 | 341 | 66 | 110 | 0 | 14 | 377 | 111 | 70 |
| Binary | 1101000 | 111111 | 11100001 | 110110 | 1001000 | 0 | 1100 | 11111111 | 1001001 | 111000 |
Color Harmonies of #683FE1
Complementary color
Monochromatic Colors of #683FE1
Black with #683FE1
Text Example
Text Example
White with #683FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683FE1; }
p { color: rgb(104,63,225); }
H1.HeaderClassName
{
color: #683FE1;
}
.AnyTagClassName
{
color: #683FE1;
}
</style>
background-color css
<style>
a { background-color: #683FE1; }
a { background-color: rgb(104,63,225); }
div.DivClassName
{
background-color: #683FE1;
}
.BgClassName
{
background-color: #683FE1;
}
</style>
border-color css
<style>
span { border-color: #683FE1; }
span { border-color: rgb(104,63,225); }
td.TdClassName
{
border-color: #683FE1;
}
.TagClassName
{
border-color: #683FE1;
}
</style>