Shades of Slate Blue #686FD5
Tints of Slate Blue #686FD5
RGB
CMYK
RGB Variations
Color information
#686FD5 (or 0x686FD5) is known color: Slate Blue. HEX triplet: 68, 6F and D5. RGB value is (104,111,213). Sum of RGB (Red+Green+Blue) = 104+111+213=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 213 (83.59% from 255 or 49.77% from 428); Max value from RGB is 213 - color contains mainly: blue. Hex color #686FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686FD5 is #97902A. Grayscale: #787878. Windows color (decimal): -9932843 or 13987688. OLE color: 13987688.
HSL color Cylindrical-coordinate representation of color #686FD5: hue angle of 236.15º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #686FD5 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 111 | 213 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.16 |
| HSL | 236.15º | 0.56% | 0.62% | - |
| HSV(B) | 236.15º | 0.51% | 0.84% | - |
| XYZ | 23.4 | 19.12 | 65.41 | - |
| YUV | 120.54 | 180.18 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 213 | 0.51 | 0.48 | 0 | 0.16 | 236.15 | 0.56 | 0.62 |
| Hex | 68 | 6F | D5 | 33 | 30 | 0 | 10 | EC | 38 | 3E |
| Octal | 150 | 157 | 325 | 63 | 60 | 0 | 20 | 354 | 70 | 76 |
| Binary | 1101000 | 1101111 | 11010101 | 110011 | 110000 | 0 | 10000 | 11101100 | 111000 | 111110 |
Color Harmonies of #686FD5
Complementary color
Monochromatic Colors of #686FD5
Black with #686FD5
Text Example
Text Example
White with #686FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686FD5; }
p { color: rgb(104,111,213); }
H1.HeaderClassName
{
color: #686FD5;
}
.AnyTagClassName
{
color: #686FD5;
}
</style>
background-color css
<style>
a { background-color: #686FD5; }
a { background-color: rgb(104,111,213); }
div.DivClassName
{
background-color: #686FD5;
}
.BgClassName
{
background-color: #686FD5;
}
</style>
border-color css
<style>
span { border-color: #686FD5; }
span { border-color: rgb(104,111,213); }
td.TdClassName
{
border-color: #686FD5;
}
.TagClassName
{
border-color: #686FD5;
}
</style>