Shades of Slate Blue #685FDC
Tints of Slate Blue #685FDC
RGB
CMYK
RGB Variations
Color information
#685FDC (or 0x685FDC) is known color: Slate Blue. HEX triplet: 68, 5F and DC. RGB value is (104,95,220). Sum of RGB (Red+Green+Blue) = 104+95+220=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #685FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685FDC is #97A023. Grayscale: #6F6F6F. Windows color (decimal): -9936932 or 14442344. OLE color: 14442344.
HSL color Cylindrical-coordinate representation of color #685FDC: hue angle of 244.32º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #685FDC is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 95 | 220 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.14 |
| HSL | 244.32º | 0.64% | 0.62% | - |
| HSV(B) | 244.32º | 0.57% | 0.86% | - |
| XYZ | 22.72 | 16.29 | 69.66 | - |
| YUV | 111.94 | 188.98 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 95 | 220 | 0.53 | 0.57 | 0 | 0.14 | 244.32 | 0.64 | 0.62 |
| Hex | 68 | 5F | DC | 35 | 39 | 0 | E | F4 | 40 | 3E |
| Octal | 150 | 137 | 334 | 65 | 71 | 0 | 16 | 364 | 100 | 76 |
| Binary | 1101000 | 1011111 | 11011100 | 110101 | 111001 | 0 | 1110 | 11110100 | 1000000 | 111110 |
Color Harmonies of #685FDC
Complementary color
Monochromatic Colors of #685FDC
Black with #685FDC
Text Example
Text Example
White with #685FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685FDC; }
p { color: rgb(104,95,220); }
H1.HeaderClassName
{
color: #685FDC;
}
.AnyTagClassName
{
color: #685FDC;
}
</style>
background-color css
<style>
a { background-color: #685FDC; }
a { background-color: rgb(104,95,220); }
div.DivClassName
{
background-color: #685FDC;
}
.BgClassName
{
background-color: #685FDC;
}
</style>
border-color css
<style>
span { border-color: #685FDC; }
span { border-color: rgb(104,95,220); }
td.TdClassName
{
border-color: #685FDC;
}
.TagClassName
{
border-color: #685FDC;
}
</style>