Shades of Slate Blue #685DDC
Tints of Slate Blue #685DDC
RGB
CMYK
RGB Variations
Color information
#685DDC (or 0x685DDC) is known color: Slate Blue. HEX triplet: 68, 5D and DC. RGB value is (104,93,220). Sum of RGB (Red+Green+Blue) = 104+93+220=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #685DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DDC is #97A223. Grayscale: #6E6E6E. Windows color (decimal): -9937444 or 14441832. OLE color: 14441832.
HSL color Cylindrical-coordinate representation of color #685DDC: hue angle of 245.2º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #685DDC is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 93 | 220 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.14 |
| HSL | 245.2º | 0.64% | 0.61% | - |
| HSV(B) | 245.2º | 0.58% | 0.86% | - |
| XYZ | 22.54 | 15.94 | 69.6 | - |
| YUV | 110.77 | 189.64 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 220 | 0.53 | 0.58 | 0 | 0.14 | 245.2 | 0.64 | 0.61 |
| Hex | 68 | 5D | DC | 35 | 3A | 0 | E | F5 | 40 | 3D |
| Octal | 150 | 135 | 334 | 65 | 72 | 0 | 16 | 365 | 100 | 75 |
| Binary | 1101000 | 1011101 | 11011100 | 110101 | 111010 | 0 | 1110 | 11110101 | 1000000 | 111101 |
Color Harmonies of #685DDC
Complementary color
Monochromatic Colors of #685DDC
Black with #685DDC
Text Example
Text Example
White with #685DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685DDC; }
p { color: rgb(104,93,220); }
H1.HeaderClassName
{
color: #685DDC;
}
.AnyTagClassName
{
color: #685DDC;
}
</style>
background-color css
<style>
a { background-color: #685DDC; }
a { background-color: rgb(104,93,220); }
div.DivClassName
{
background-color: #685DDC;
}
.BgClassName
{
background-color: #685DDC;
}
</style>
border-color css
<style>
span { border-color: #685DDC; }
span { border-color: rgb(104,93,220); }
td.TdClassName
{
border-color: #685DDC;
}
.TagClassName
{
border-color: #685DDC;
}
</style>