Shades of Slate Blue #685BD3
Tints of Slate Blue #685BD3
RGB
CMYK
RGB Variations
Color information
#685BD3 (or 0x685BD3) is known color: Slate Blue. HEX triplet: 68, 5B and D3. RGB value is (104,91,211). Sum of RGB (Red+Green+Blue) = 104+91+211=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 211 (82.81% from 255 or 51.97% from 406); Max value from RGB is 211 - color contains mainly: blue. Hex color #685BD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BD3 is #97A42C. Grayscale: #6C6C6C. Windows color (decimal): -9937965 or 13851496. OLE color: 13851496.
HSL color Cylindrical-coordinate representation of color #685BD3: hue angle of 246.5º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #685BD3 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 91 | 211 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.17 |
| HSL | 246.5º | 0.58% | 0.59% | - |
| HSV(B) | 246.5º | 0.57% | 0.83% | - |
| XYZ | 21.21 | 15.13 | 63.43 | - |
| YUV | 108.57 | 185.81 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 211 | 0.51 | 0.57 | 0 | 0.17 | 246.5 | 0.58 | 0.59 |
| Hex | 68 | 5B | D3 | 33 | 39 | 0 | 11 | F6 | 3A | 3B |
| Octal | 150 | 133 | 323 | 63 | 71 | 0 | 21 | 366 | 72 | 73 |
| Binary | 1101000 | 1011011 | 11010011 | 110011 | 111001 | 0 | 10001 | 11110110 | 111010 | 111011 |
Color Harmonies of #685BD3
Complementary color
Monochromatic Colors of #685BD3
Black with #685BD3
Text Example
Text Example
White with #685BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685BD3; }
p { color: rgb(104,91,211); }
H1.HeaderClassName
{
color: #685BD3;
}
.AnyTagClassName
{
color: #685BD3;
}
</style>
background-color css
<style>
a { background-color: #685BD3; }
a { background-color: rgb(104,91,211); }
div.DivClassName
{
background-color: #685BD3;
}
.BgClassName
{
background-color: #685BD3;
}
</style>
border-color css
<style>
span { border-color: #685BD3; }
span { border-color: rgb(104,91,211); }
td.TdClassName
{
border-color: #685BD3;
}
.TagClassName
{
border-color: #685BD3;
}
</style>