Shades of Slate Blue #685DDA
Tints of Slate Blue #685DDA
RGB
CMYK
RGB Variations
Color information
#685DDA (or 0x685DDA) is known color: Slate Blue. HEX triplet: 68, 5D and DA. RGB value is (104,93,218). Sum of RGB (Red+Green+Blue) = 104+93+218=415 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.06% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #685DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DDA is #97A225. Grayscale: #6E6E6E. Windows color (decimal): -9937446 or 14310760. OLE color: 14310760.
HSL color Cylindrical-coordinate representation of color #685DDA: hue angle of 245.28º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #685DDA is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 93 | 218 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.15 |
| HSL | 245.28º | 0.63% | 0.61% | - |
| HSV(B) | 245.28º | 0.57% | 0.85% | - |
| XYZ | 22.28 | 15.83 | 68.21 | - |
| YUV | 110.54 | 188.64 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 218 | 0.52 | 0.57 | 0 | 0.15 | 245.28 | 0.63 | 0.61 |
| Hex | 68 | 5D | DA | 34 | 39 | 0 | F | F5 | 3F | 3D |
| Octal | 150 | 135 | 332 | 64 | 71 | 0 | 17 | 365 | 77 | 75 |
| Binary | 1101000 | 1011101 | 11011010 | 110100 | 111001 | 0 | 1111 | 11110101 | 111111 | 111101 |
Color Harmonies of #685DDA
Complementary color
Monochromatic Colors of #685DDA
Black with #685DDA
Text Example
Text Example
White with #685DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685DDA; }
p { color: rgb(104,93,218); }
H1.HeaderClassName
{
color: #685DDA;
}
.AnyTagClassName
{
color: #685DDA;
}
</style>
background-color css
<style>
a { background-color: #685DDA; }
a { background-color: rgb(104,93,218); }
div.DivClassName
{
background-color: #685DDA;
}
.BgClassName
{
background-color: #685DDA;
}
</style>
border-color css
<style>
span { border-color: #685DDA; }
span { border-color: rgb(104,93,218); }
td.TdClassName
{
border-color: #685DDA;
}
.TagClassName
{
border-color: #685DDA;
}
</style>