Shades of Slate Blue #683FDA
Tints of Slate Blue #683FDA
RGB
CMYK
RGB Variations
Color information
#683FDA (or 0x683FDA) is known color: Slate Blue. HEX triplet: 68, 3F and DA. RGB value is (104,63,218). Sum of RGB (Red+Green+Blue) = 104+63+218=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #683FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683FDA is #97C025. Grayscale: #5C5C5C. Windows color (decimal): -9945126 or 14303080. OLE color: 14303080.
HSL color Cylindrical-coordinate representation of color #683FDA: hue angle of 255.87º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #683FDA is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 63 | 218 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.15 |
| HSL | 255.87º | 0.68% | 0.55% | - |
| HSV(B) | 255.87º | 0.71% | 0.85% | - |
| XYZ | 20.14 | 11.56 | 67.5 | - |
| YUV | 92.93 | 198.58 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 218 | 0.52 | 0.71 | 0 | 0.15 | 255.87 | 0.68 | 0.55 |
| Hex | 68 | 3F | DA | 34 | 47 | 0 | F | 100 | 44 | 37 |
| Octal | 150 | 77 | 332 | 64 | 107 | 0 | 17 | 400 | 104 | 67 |
| Binary | 1101000 | 111111 | 11011010 | 110100 | 1000111 | 0 | 1111 | 100000000 | 1000100 | 110111 |
Color Harmonies of #683FDA
Complementary color
Monochromatic Colors of #683FDA
Black with #683FDA
Text Example
Text Example
White with #683FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683FDA; }
p { color: rgb(104,63,218); }
H1.HeaderClassName
{
color: #683FDA;
}
.AnyTagClassName
{
color: #683FDA;
}
</style>
background-color css
<style>
a { background-color: #683FDA; }
a { background-color: rgb(104,63,218); }
div.DivClassName
{
background-color: #683FDA;
}
.BgClassName
{
background-color: #683FDA;
}
</style>
border-color css
<style>
span { border-color: #683FDA; }
span { border-color: rgb(104,63,218); }
td.TdClassName
{
border-color: #683FDA;
}
.TagClassName
{
border-color: #683FDA;
}
</style>