Shades of Slate Blue #685ADE
Tints of Slate Blue #685ADE
RGB
CMYK
RGB Variations
Color information
#685ADE (or 0x685ADE) is known color: Slate Blue. HEX triplet: 68, 5A and DE. RGB value is (104,90,222). Sum of RGB (Red+Green+Blue) = 104+90+222=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #685ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685ADE is #97A521. Grayscale: #6C6C6C. Windows color (decimal): -9938210 or 14572136. OLE color: 14572136.
HSL color Cylindrical-coordinate representation of color #685ADE: hue angle of 246.36º degrees, saturation: 0.67, 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 #685ADE is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 90 | 222 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.13 |
| HSL | 246.36º | 0.67% | 0.61% | - |
| HSV(B) | 246.36º | 0.59% | 0.87% | - |
| XYZ | 22.55 | 15.53 | 70.92 | - |
| YUV | 109.23 | 191.64 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 222 | 0.53 | 0.59 | 0 | 0.13 | 246.36 | 0.67 | 0.61 |
| Hex | 68 | 5A | DE | 35 | 3B | 0 | D | F6 | 43 | 3D |
| Octal | 150 | 132 | 336 | 65 | 73 | 0 | 15 | 366 | 103 | 75 |
| Binary | 1101000 | 1011010 | 11011110 | 110101 | 111011 | 0 | 1101 | 11110110 | 1000011 | 111101 |
Color Harmonies of #685ADE
Complementary color
Monochromatic Colors of #685ADE
Black with #685ADE
Text Example
Text Example
White with #685ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685ADE; }
p { color: rgb(104,90,222); }
H1.HeaderClassName
{
color: #685ADE;
}
.AnyTagClassName
{
color: #685ADE;
}
</style>
background-color css
<style>
a { background-color: #685ADE; }
a { background-color: rgb(104,90,222); }
div.DivClassName
{
background-color: #685ADE;
}
.BgClassName
{
background-color: #685ADE;
}
</style>
border-color css
<style>
span { border-color: #685ADE; }
span { border-color: rgb(104,90,222); }
td.TdClassName
{
border-color: #685ADE;
}
.TagClassName
{
border-color: #685ADE;
}
</style>