Shades of Slate Blue #685BD1
Tints of Slate Blue #685BD1
RGB
CMYK
RGB Variations
Color information
#685BD1 (or 0x685BD1) is known color: Slate Blue. HEX triplet: 68, 5B and D1. RGB value is (104,91,209). Sum of RGB (Red+Green+Blue) = 104+91+209=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 209 (82.03% from 255 or 51.73% from 404); Max value from RGB is 209 - color contains mainly: blue. Hex color #685BD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BD1 is #97A42E. Grayscale: #6B6B6B. Windows color (decimal): -9937967 or 13720424. OLE color: 13720424.
HSL color Cylindrical-coordinate representation of color #685BD1: hue angle of 246.61º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #685BD1 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 91 | 209 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.18 |
| HSL | 246.61º | 0.56% | 0.59% | - |
| HSV(B) | 246.61º | 0.56% | 0.82% | - |
| XYZ | 20.96 | 15.03 | 62.12 | - |
| YUV | 108.34 | 184.81 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 209 | 0.50 | 0.56 | 0 | 0.18 | 246.61 | 0.56 | 0.59 |
| Hex | 68 | 5B | D1 | 32 | 38 | 0 | 12 | F7 | 38 | 3B |
| Octal | 150 | 133 | 321 | 62 | 70 | 0 | 22 | 367 | 70 | 73 |
| Binary | 1101000 | 1011011 | 11010001 | 110010 | 111000 | 0 | 10010 | 11110111 | 111000 | 111011 |
Color Harmonies of #685BD1
Complementary color
Monochromatic Colors of #685BD1
Black with #685BD1
Text Example
Text Example
White with #685BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685BD1; }
p { color: rgb(104,91,209); }
H1.HeaderClassName
{
color: #685BD1;
}
.AnyTagClassName
{
color: #685BD1;
}
</style>
background-color css
<style>
a { background-color: #685BD1; }
a { background-color: rgb(104,91,209); }
div.DivClassName
{
background-color: #685BD1;
}
.BgClassName
{
background-color: #685BD1;
}
</style>
border-color css
<style>
span { border-color: #685BD1; }
span { border-color: rgb(104,91,209); }
td.TdClassName
{
border-color: #685BD1;
}
.TagClassName
{
border-color: #685BD1;
}
</style>