Shades of Slate Blue #683FDC
Tints of Slate Blue #683FDC
RGB
CMYK
RGB Variations
Color information
#683FDC (or 0x683FDC) is known color: Slate Blue. HEX triplet: 68, 3F and DC. RGB value is (104,63,220). Sum of RGB (Red+Green+Blue) = 104+63+220=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #683FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683FDC is #97C023. Grayscale: #5C5C5C. Windows color (decimal): -9945124 or 14434152. OLE color: 14434152.
HSL color Cylindrical-coordinate representation of color #683FDC: hue angle of 255.67º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #683FDC is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 63 | 220 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.14 |
| HSL | 255.67º | 0.69% | 0.55% | - |
| HSV(B) | 255.67º | 0.71% | 0.86% | - |
| XYZ | 20.4 | 11.67 | 68.89 | - |
| YUV | 93.16 | 199.58 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 220 | 0.53 | 0.71 | 0 | 0.14 | 255.67 | 0.69 | 0.55 |
| Hex | 68 | 3F | DC | 35 | 47 | 0 | E | 100 | 45 | 37 |
| Octal | 150 | 77 | 334 | 65 | 107 | 0 | 16 | 400 | 105 | 67 |
| Binary | 1101000 | 111111 | 11011100 | 110101 | 1000111 | 0 | 1110 | 100000000 | 1000101 | 110111 |
Color Harmonies of #683FDC
Complementary color
Monochromatic Colors of #683FDC
Black with #683FDC
Text Example
Text Example
White with #683FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683FDC; }
p { color: rgb(104,63,220); }
H1.HeaderClassName
{
color: #683FDC;
}
.AnyTagClassName
{
color: #683FDC;
}
</style>
background-color css
<style>
a { background-color: #683FDC; }
a { background-color: rgb(104,63,220); }
div.DivClassName
{
background-color: #683FDC;
}
.BgClassName
{
background-color: #683FDC;
}
</style>
border-color css
<style>
span { border-color: #683FDC; }
span { border-color: rgb(104,63,220); }
td.TdClassName
{
border-color: #683FDC;
}
.TagClassName
{
border-color: #683FDC;
}
</style>