Shades of Slate Blue #683EEB
Tints of Slate Blue #683EEB
RGB
CMYK
RGB Variations
Color information
#683EEB (or 0x683EEB) is known color: Slate Blue. HEX triplet: 68, 3E and EB. RGB value is (104,62,235). Sum of RGB (Red+Green+Blue) = 104+62+235=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #683EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683EEB is #97C114. Grayscale: #5D5D5D. Windows color (decimal): -9945365 or 15416936. OLE color: 15416936.
HSL color Cylindrical-coordinate representation of color #683EEB: hue angle of 254.57º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #683EEB is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 62 | 235 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.08 |
| HSL | 254.57º | 0.81% | 0.58% | - |
| HSV(B) | 254.57º | 0.74% | 0.92% | - |
| XYZ | 22.43 | 12.39 | 79.81 | - |
| YUV | 94.28 | 207.41 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 62 | 235 | 0.56 | 0.74 | 0 | 0.08 | 254.57 | 0.81 | 0.58 |
| Hex | 68 | 3E | EB | 38 | 4A | 0 | 8 | FF | 51 | 3A |
| Octal | 150 | 76 | 353 | 70 | 112 | 0 | 10 | 377 | 121 | 72 |
| Binary | 1101000 | 111110 | 11101011 | 111000 | 1001010 | 0 | 1000 | 11111111 | 1010001 | 111010 |
Color Harmonies of #683EEB
Complementary color
Monochromatic Colors of #683EEB
Black with #683EEB
Text Example
Text Example
White with #683EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683EEB; }
p { color: rgb(104,62,235); }
H1.HeaderClassName
{
color: #683EEB;
}
.AnyTagClassName
{
color: #683EEB;
}
</style>
background-color css
<style>
a { background-color: #683EEB; }
a { background-color: rgb(104,62,235); }
div.DivClassName
{
background-color: #683EEB;
}
.BgClassName
{
background-color: #683EEB;
}
</style>
border-color css
<style>
span { border-color: #683EEB; }
span { border-color: rgb(104,62,235); }
td.TdClassName
{
border-color: #683EEB;
}
.TagClassName
{
border-color: #683EEB;
}
</style>