Shades of Slate Blue #683EE6
Tints of Slate Blue #683EE6
RGB
CMYK
RGB Variations
Color information
#683EE6 (or 0x683EE6) is known color: Slate Blue. HEX triplet: 68, 3E and E6. RGB value is (104,62,230). Sum of RGB (Red+Green+Blue) = 104+62+230=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 230 (90.23% from 255 or 58.08% from 396); Max value from RGB is 230 - color contains mainly: blue. Hex color #683EE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683EE6 is #97C119. Grayscale: #5D5D5D. Windows color (decimal): -9945370 or 15089256. OLE color: 15089256.
HSL color Cylindrical-coordinate representation of color #683EE6: hue angle of 255º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #683EE6 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 62 | 230 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.10 |
| HSL | 255º | 0.77% | 0.57% | - |
| HSV(B) | 255º | 0.73% | 0.9% | - |
| XYZ | 21.71 | 12.1 | 76.05 | - |
| YUV | 93.71 | 204.91 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 62 | 230 | 0.55 | 0.73 | 0 | 0.10 | 255 | 0.77 | 0.57 |
| Hex | 68 | 3E | E6 | 37 | 49 | 0 | A | FF | 4D | 39 |
| Octal | 150 | 76 | 346 | 67 | 111 | 0 | 12 | 377 | 115 | 71 |
| Binary | 1101000 | 111110 | 11100110 | 110111 | 1001001 | 0 | 1010 | 11111111 | 1001101 | 111001 |
Color Harmonies of #683EE6
Complementary color
Monochromatic Colors of #683EE6
Black with #683EE6
Text Example
Text Example
White with #683EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683EE6; }
p { color: rgb(104,62,230); }
H1.HeaderClassName
{
color: #683EE6;
}
.AnyTagClassName
{
color: #683EE6;
}
</style>
background-color css
<style>
a { background-color: #683EE6; }
a { background-color: rgb(104,62,230); }
div.DivClassName
{
background-color: #683EE6;
}
.BgClassName
{
background-color: #683EE6;
}
</style>
border-color css
<style>
span { border-color: #683EE6; }
span { border-color: rgb(104,62,230); }
td.TdClassName
{
border-color: #683EE6;
}
.TagClassName
{
border-color: #683EE6;
}
</style>