Shades of Slate Blue #685ADF
Tints of Slate Blue #685ADF
RGB
CMYK
RGB Variations
Color information
#685ADF (or 0x685ADF) is known color: Slate Blue. HEX triplet: 68, 5A and DF. RGB value is (104,90,223). Sum of RGB (Red+Green+Blue) = 104+90+223=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #685ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685ADF is #97A520. Grayscale: #6C6C6C. Windows color (decimal): -9938209 or 14637672. OLE color: 14637672.
HSL color Cylindrical-coordinate representation of color #685ADF: hue angle of 246.32º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #685ADF is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 90 | 223 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.13 |
| HSL | 246.32º | 0.68% | 0.61% | - |
| HSV(B) | 246.32º | 0.6% | 0.87% | - |
| XYZ | 22.68 | 15.58 | 71.62 | - |
| YUV | 109.35 | 192.14 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 223 | 0.53 | 0.60 | 0 | 0.13 | 246.32 | 0.68 | 0.61 |
| Hex | 68 | 5A | DF | 35 | 3C | 0 | D | F6 | 44 | 3D |
| Octal | 150 | 132 | 337 | 65 | 74 | 0 | 15 | 366 | 104 | 75 |
| Binary | 1101000 | 1011010 | 11011111 | 110101 | 111100 | 0 | 1101 | 11110110 | 1000100 | 111101 |
Color Harmonies of #685ADF
Complementary color
Monochromatic Colors of #685ADF
Black with #685ADF
Text Example
Text Example
White with #685ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685ADF; }
p { color: rgb(104,90,223); }
H1.HeaderClassName
{
color: #685ADF;
}
.AnyTagClassName
{
color: #685ADF;
}
</style>
background-color css
<style>
a { background-color: #685ADF; }
a { background-color: rgb(104,90,223); }
div.DivClassName
{
background-color: #685ADF;
}
.BgClassName
{
background-color: #685ADF;
}
</style>
border-color css
<style>
span { border-color: #685ADF; }
span { border-color: rgb(104,90,223); }
td.TdClassName
{
border-color: #685ADF;
}
.TagClassName
{
border-color: #685ADF;
}
</style>