Shades of Slate Blue #685BDA
Tints of Slate Blue #685BDA
RGB
CMYK
RGB Variations
Color information
#685BDA (or 0x685BDA) is known color: Slate Blue. HEX triplet: 68, 5B and DA. RGB value is (104,91,218). Sum of RGB (Red+Green+Blue) = 104+91+218=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #685BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BDA is #97A425. Grayscale: #6C6C6C. Windows color (decimal): -9937958 or 14310248. OLE color: 14310248.
HSL color Cylindrical-coordinate representation of color #685BDA: hue angle of 246.14º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #685BDA is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 91 | 218 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.15 |
| HSL | 246.14º | 0.63% | 0.61% | - |
| HSV(B) | 246.14º | 0.58% | 0.85% | - |
| XYZ | 22.1 | 15.49 | 68.15 | - |
| YUV | 109.37 | 189.31 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 218 | 0.52 | 0.58 | 0 | 0.15 | 246.14 | 0.63 | 0.61 |
| Hex | 68 | 5B | DA | 34 | 3A | 0 | F | F6 | 3F | 3D |
| Octal | 150 | 133 | 332 | 64 | 72 | 0 | 17 | 366 | 77 | 75 |
| Binary | 1101000 | 1011011 | 11011010 | 110100 | 111010 | 0 | 1111 | 11110110 | 111111 | 111101 |
Color Harmonies of #685BDA
Complementary color
Monochromatic Colors of #685BDA
Black with #685BDA
Text Example
Text Example
White with #685BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685BDA; }
p { color: rgb(104,91,218); }
H1.HeaderClassName
{
color: #685BDA;
}
.AnyTagClassName
{
color: #685BDA;
}
</style>
background-color css
<style>
a { background-color: #685BDA; }
a { background-color: rgb(104,91,218); }
div.DivClassName
{
background-color: #685BDA;
}
.BgClassName
{
background-color: #685BDA;
}
</style>
border-color css
<style>
span { border-color: #685BDA; }
span { border-color: rgb(104,91,218); }
td.TdClassName
{
border-color: #685BDA;
}
.TagClassName
{
border-color: #685BDA;
}
</style>