Shades of Slate Blue #685DCE
Tints of Slate Blue #685DCE
RGB
CMYK
RGB Variations
Color information
#685DCE (or 0x685DCE) is known color: Slate Blue. HEX triplet: 68, 5D and CE. RGB value is (104,93,206). Sum of RGB (Red+Green+Blue) = 104+93+206=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #685DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DCE is #97A231. Grayscale: #6C6C6C. Windows color (decimal): -9937458 or 13524328. OLE color: 13524328.
HSL color Cylindrical-coordinate representation of color #685DCE: hue angle of 245.84º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #685DCE is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 93 | 206 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.19 |
| HSL | 245.84º | 0.54% | 0.59% | - |
| HSV(B) | 245.84º | 0.55% | 0.81% | - |
| XYZ | 20.76 | 15.23 | 60.24 | - |
| YUV | 109.17 | 182.64 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 206 | 0.50 | 0.55 | 0 | 0.19 | 245.84 | 0.54 | 0.59 |
| Hex | 68 | 5D | CE | 32 | 37 | 0 | 13 | F6 | 36 | 3B |
| Octal | 150 | 135 | 316 | 62 | 67 | 0 | 23 | 366 | 66 | 73 |
| Binary | 1101000 | 1011101 | 11001110 | 110010 | 110111 | 0 | 10011 | 11110110 | 110110 | 111011 |
Color Harmonies of #685DCE
Complementary color
Monochromatic Colors of #685DCE
Black with #685DCE
Text Example
Text Example
White with #685DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685DCE; }
p { color: rgb(104,93,206); }
H1.HeaderClassName
{
color: #685DCE;
}
.AnyTagClassName
{
color: #685DCE;
}
</style>
background-color css
<style>
a { background-color: #685DCE; }
a { background-color: rgb(104,93,206); }
div.DivClassName
{
background-color: #685DCE;
}
.BgClassName
{
background-color: #685DCE;
}
</style>
border-color css
<style>
span { border-color: #685DCE; }
span { border-color: rgb(104,93,206); }
td.TdClassName
{
border-color: #685DCE;
}
.TagClassName
{
border-color: #685DCE;
}
</style>