Shades of Slate Blue #686FDA
Tints of Slate Blue #686FDA
RGB
CMYK
RGB Variations
Color information
#686FDA (or 0x686FDA) is known color: Slate Blue. HEX triplet: 68, 6F and DA. RGB value is (104,111,218). Sum of RGB (Red+Green+Blue) = 104+111+218=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #686FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686FDA is #979025. Grayscale: #787878. Windows color (decimal): -9932838 or 14315368. OLE color: 14315368.
HSL color Cylindrical-coordinate representation of color #686FDA: hue angle of 236.32º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #686FDA is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 111 | 218 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.15 |
| HSL | 236.32º | 0.61% | 0.63% | - |
| HSV(B) | 236.32º | 0.52% | 0.85% | - |
| XYZ | 24.05 | 19.37 | 68.8 | - |
| YUV | 121.11 | 182.68 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 218 | 0.52 | 0.49 | 0 | 0.15 | 236.32 | 0.61 | 0.63 |
| Hex | 68 | 6F | DA | 34 | 31 | 0 | F | EC | 3D | 3F |
| Octal | 150 | 157 | 332 | 64 | 61 | 0 | 17 | 354 | 75 | 77 |
| Binary | 1101000 | 1101111 | 11011010 | 110100 | 110001 | 0 | 1111 | 11101100 | 111101 | 111111 |
Color Harmonies of #686FDA
Complementary color
Monochromatic Colors of #686FDA
Black with #686FDA
Text Example
Text Example
White with #686FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686FDA; }
p { color: rgb(104,111,218); }
H1.HeaderClassName
{
color: #686FDA;
}
.AnyTagClassName
{
color: #686FDA;
}
</style>
background-color css
<style>
a { background-color: #686FDA; }
a { background-color: rgb(104,111,218); }
div.DivClassName
{
background-color: #686FDA;
}
.BgClassName
{
background-color: #686FDA;
}
</style>
border-color css
<style>
span { border-color: #686FDA; }
span { border-color: rgb(104,111,218); }
td.TdClassName
{
border-color: #686FDA;
}
.TagClassName
{
border-color: #686FDA;
}
</style>