Shades of Slate Blue #685DCA
Tints of Slate Blue #685DCA
RGB
CMYK
RGB Variations
Color information
#685DCA (or 0x685DCA) is known color: Slate Blue. HEX triplet: 68, 5D and CA. RGB value is (104,93,202). Sum of RGB (Red+Green+Blue) = 104+93+202=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #685DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DCA is #97A235. Grayscale: #6C6C6C. Windows color (decimal): -9937462 or 13262184. OLE color: 13262184.
HSL color Cylindrical-coordinate representation of color #685DCA: hue angle of 246.06º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #685DCA is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 93 | 202 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.21 |
| HSL | 246.06º | 0.51% | 0.58% | - |
| HSV(B) | 246.06º | 0.54% | 0.79% | - |
| XYZ | 20.28 | 15.04 | 57.71 | - |
| YUV | 108.72 | 180.64 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 202 | 0.49 | 0.54 | 0 | 0.21 | 246.06 | 0.51 | 0.58 |
| Hex | 68 | 5D | CA | 31 | 36 | 0 | 15 | F6 | 33 | 3A |
| Octal | 150 | 135 | 312 | 61 | 66 | 0 | 25 | 366 | 63 | 72 |
| Binary | 1101000 | 1011101 | 11001010 | 110001 | 110110 | 0 | 10101 | 11110110 | 110011 | 111010 |
Color Harmonies of #685DCA
Complementary color
Monochromatic Colors of #685DCA
Black with #685DCA
Text Example
Text Example
White with #685DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685DCA; }
p { color: rgb(104,93,202); }
H1.HeaderClassName
{
color: #685DCA;
}
.AnyTagClassName
{
color: #685DCA;
}
</style>
background-color css
<style>
a { background-color: #685DCA; }
a { background-color: rgb(104,93,202); }
div.DivClassName
{
background-color: #685DCA;
}
.BgClassName
{
background-color: #685DCA;
}
</style>
border-color css
<style>
span { border-color: #685DCA; }
span { border-color: rgb(104,93,202); }
td.TdClassName
{
border-color: #685DCA;
}
.TagClassName
{
border-color: #685DCA;
}
</style>