Shades of Slate Blue #685DCC
Tints of Slate Blue #685DCC
RGB
CMYK
RGB Variations
Color information
#685DCC (or 0x685DCC) is known color: Slate Blue. HEX triplet: 68, 5D and CC. RGB value is (104,93,204). Sum of RGB (Red+Green+Blue) = 104+93+204=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #685DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DCC is #97A233. Grayscale: #6C6C6C. Windows color (decimal): -9937460 or 13393256. OLE color: 13393256.
HSL color Cylindrical-coordinate representation of color #685DCC: hue angle of 245.95º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #685DCC is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 93 | 204 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.2 |
| HSL | 245.95º | 0.52% | 0.58% | - |
| HSV(B) | 245.95º | 0.54% | 0.8% | - |
| XYZ | 20.52 | 15.13 | 58.97 | - |
| YUV | 108.94 | 181.64 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 204 | 0.49 | 0.54 | 0 | 0.2 | 245.95 | 0.52 | 0.58 |
| Hex | 68 | 5D | CC | 31 | 36 | 0 | 14 | F6 | 34 | 3A |
| Octal | 150 | 135 | 314 | 61 | 66 | 0 | 24 | 366 | 64 | 72 |
| Binary | 1101000 | 1011101 | 11001100 | 110001 | 110110 | 0 | 10100 | 11110110 | 110100 | 111010 |
Color Harmonies of #685DCC
Complementary color
Monochromatic Colors of #685DCC
Black with #685DCC
Text Example
Text Example
White with #685DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685DCC; }
p { color: rgb(104,93,204); }
H1.HeaderClassName
{
color: #685DCC;
}
.AnyTagClassName
{
color: #685DCC;
}
</style>
background-color css
<style>
a { background-color: #685DCC; }
a { background-color: rgb(104,93,204); }
div.DivClassName
{
background-color: #685DCC;
}
.BgClassName
{
background-color: #685DCC;
}
</style>
border-color css
<style>
span { border-color: #685DCC; }
span { border-color: rgb(104,93,204); }
td.TdClassName
{
border-color: #685DCC;
}
.TagClassName
{
border-color: #685DCC;
}
</style>