Shades of Slate Blue #685DCF
Tints of Slate Blue #685DCF
RGB
CMYK
RGB Variations
Color information
#685DCF (or 0x685DCF) is known color: Slate Blue. HEX triplet: 68, 5D and CF. RGB value is (104,93,207). Sum of RGB (Red+Green+Blue) = 104+93+207=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #685DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DCF is #97A230. Grayscale: #6C6C6C. Windows color (decimal): -9937457 or 13589864. OLE color: 13589864.
HSL color Cylindrical-coordinate representation of color #685DCF: hue angle of 245.79º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #685DCF is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 93 | 207 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.19 |
| HSL | 245.79º | 0.54% | 0.59% | - |
| HSV(B) | 245.79º | 0.55% | 0.81% | - |
| XYZ | 20.89 | 15.28 | 60.88 | - |
| YUV | 109.29 | 183.14 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 207 | 0.50 | 0.55 | 0 | 0.19 | 245.79 | 0.54 | 0.59 |
| Hex | 68 | 5D | CF | 32 | 37 | 0 | 13 | F6 | 36 | 3B |
| Octal | 150 | 135 | 317 | 62 | 67 | 0 | 23 | 366 | 66 | 73 |
| Binary | 1101000 | 1011101 | 11001111 | 110010 | 110111 | 0 | 10011 | 11110110 | 110110 | 111011 |
Color Harmonies of #685DCF
Complementary color
Monochromatic Colors of #685DCF
Black with #685DCF
Text Example
Text Example
White with #685DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685DCF; }
p { color: rgb(104,93,207); }
H1.HeaderClassName
{
color: #685DCF;
}
.AnyTagClassName
{
color: #685DCF;
}
</style>
background-color css
<style>
a { background-color: #685DCF; }
a { background-color: rgb(104,93,207); }
div.DivClassName
{
background-color: #685DCF;
}
.BgClassName
{
background-color: #685DCF;
}
</style>
border-color css
<style>
span { border-color: #685DCF; }
span { border-color: rgb(104,93,207); }
td.TdClassName
{
border-color: #685DCF;
}
.TagClassName
{
border-color: #685DCF;
}
</style>