Shades of Slate Blue #683BEA
Tints of Slate Blue #683BEA
RGB
CMYK
RGB Variations
Color information
#683BEA (or 0x683BEA) is known color: Slate Blue. HEX triplet: 68, 3B and EA. RGB value is (104,59,234). Sum of RGB (Red+Green+Blue) = 104+59+234=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #683BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683BEA is #97C415. Grayscale: #5B5B5B. Windows color (decimal): -9946134 or 15350632. OLE color: 15350632.
HSL color Cylindrical-coordinate representation of color #683BEA: hue angle of 255.43º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #683BEA is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 59 | 234 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.08 |
| HSL | 255.43º | 0.81% | 0.57% | - |
| HSV(B) | 255.43º | 0.75% | 0.92% | - |
| XYZ | 22.12 | 12.01 | 78.99 | - |
| YUV | 92.41 | 207.91 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 59 | 234 | 0.56 | 0.75 | 0 | 0.08 | 255.43 | 0.81 | 0.57 |
| Hex | 68 | 3B | EA | 38 | 4B | 0 | 8 | FF | 51 | 39 |
| Octal | 150 | 73 | 352 | 70 | 113 | 0 | 10 | 377 | 121 | 71 |
| Binary | 1101000 | 111011 | 11101010 | 111000 | 1001011 | 0 | 1000 | 11111111 | 1010001 | 111001 |
Color Harmonies of #683BEA
Complementary color
Monochromatic Colors of #683BEA
Black with #683BEA
Text Example
Text Example
White with #683BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683BEA; }
p { color: rgb(104,59,234); }
H1.HeaderClassName
{
color: #683BEA;
}
.AnyTagClassName
{
color: #683BEA;
}
</style>
background-color css
<style>
a { background-color: #683BEA; }
a { background-color: rgb(104,59,234); }
div.DivClassName
{
background-color: #683BEA;
}
.BgClassName
{
background-color: #683BEA;
}
</style>
border-color css
<style>
span { border-color: #683BEA; }
span { border-color: rgb(104,59,234); }
td.TdClassName
{
border-color: #683BEA;
}
.TagClassName
{
border-color: #683BEA;
}
</style>