Shades of Slate Blue #685BDE
Tints of Slate Blue #685BDE
RGB
CMYK
RGB Variations
Color information
#685BDE (or 0x685BDE) is known color: Slate Blue. HEX triplet: 68, 5B and DE. RGB value is (104,91,222). Sum of RGB (Red+Green+Blue) = 104+91+222=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #685BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BDE is #97A421. Grayscale: #6D6D6D. Windows color (decimal): -9937954 or 14572392. OLE color: 14572392.
HSL color Cylindrical-coordinate representation of color #685BDE: hue angle of 245.95º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #685BDE is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 91 | 222 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.13 |
| HSL | 245.95º | 0.66% | 0.61% | - |
| HSV(B) | 245.95º | 0.59% | 0.87% | - |
| XYZ | 22.63 | 15.7 | 70.94 | - |
| YUV | 109.82 | 191.31 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 222 | 0.53 | 0.59 | 0 | 0.13 | 245.95 | 0.66 | 0.61 |
| Hex | 68 | 5B | DE | 35 | 3B | 0 | D | F6 | 42 | 3D |
| Octal | 150 | 133 | 336 | 65 | 73 | 0 | 15 | 366 | 102 | 75 |
| Binary | 1101000 | 1011011 | 11011110 | 110101 | 111011 | 0 | 1101 | 11110110 | 1000010 | 111101 |
Color Harmonies of #685BDE
Complementary color
Monochromatic Colors of #685BDE
Black with #685BDE
Text Example
Text Example
White with #685BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685BDE; }
p { color: rgb(104,91,222); }
H1.HeaderClassName
{
color: #685BDE;
}
.AnyTagClassName
{
color: #685BDE;
}
</style>
background-color css
<style>
a { background-color: #685BDE; }
a { background-color: rgb(104,91,222); }
div.DivClassName
{
background-color: #685BDE;
}
.BgClassName
{
background-color: #685BDE;
}
</style>
border-color css
<style>
span { border-color: #685BDE; }
span { border-color: rgb(104,91,222); }
td.TdClassName
{
border-color: #685BDE;
}
.TagClassName
{
border-color: #685BDE;
}
</style>