Shades of Slate Blue #685FDF
Tints of Slate Blue #685FDF
RGB
CMYK
RGB Variations
Color information
#685FDF (or 0x685FDF) is known color: Slate Blue. HEX triplet: 68, 5F and DF. RGB value is (104,95,223). Sum of RGB (Red+Green+Blue) = 104+95+223=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #685FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685FDF is #97A020. Grayscale: #6F6F6F. Windows color (decimal): -9936929 or 14638952. OLE color: 14638952.
HSL color Cylindrical-coordinate representation of color #685FDF: hue angle of 244.22º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #685FDF is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 95 | 223 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.13 |
| HSL | 244.22º | 0.67% | 0.62% | - |
| HSV(B) | 244.22º | 0.57% | 0.87% | - |
| XYZ | 23.12 | 16.46 | 71.77 | - |
| YUV | 112.28 | 190.48 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 95 | 223 | 0.53 | 0.57 | 0 | 0.13 | 244.22 | 0.67 | 0.62 |
| Hex | 68 | 5F | DF | 35 | 39 | 0 | D | F4 | 43 | 3E |
| Octal | 150 | 137 | 337 | 65 | 71 | 0 | 15 | 364 | 103 | 76 |
| Binary | 1101000 | 1011111 | 11011111 | 110101 | 111001 | 0 | 1101 | 11110100 | 1000011 | 111110 |
Color Harmonies of #685FDF
Complementary color
Monochromatic Colors of #685FDF
Black with #685FDF
Text Example
Text Example
White with #685FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685FDF; }
p { color: rgb(104,95,223); }
H1.HeaderClassName
{
color: #685FDF;
}
.AnyTagClassName
{
color: #685FDF;
}
</style>
background-color css
<style>
a { background-color: #685FDF; }
a { background-color: rgb(104,95,223); }
div.DivClassName
{
background-color: #685FDF;
}
.BgClassName
{
background-color: #685FDF;
}
</style>
border-color css
<style>
span { border-color: #685FDF; }
span { border-color: rgb(104,95,223); }
td.TdClassName
{
border-color: #685FDF;
}
.TagClassName
{
border-color: #685FDF;
}
</style>