Shades of Slate Blue #685CD3
Tints of Slate Blue #685CD3
RGB
CMYK
RGB Variations
Color information
#685CD3 (or 0x685CD3) is known color: Slate Blue. HEX triplet: 68, 5C and D3. RGB value is (104,92,211). Sum of RGB (Red+Green+Blue) = 104+92+211=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 211 (82.81% from 255 or 51.84% from 407); Max value from RGB is 211 - color contains mainly: blue. Hex color #685CD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685CD3 is #97A32C. Grayscale: #6C6C6C. Windows color (decimal): -9937709 or 13851752. OLE color: 13851752.
HSL color Cylindrical-coordinate representation of color #685CD3: hue angle of 246.05º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #685CD3 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 92 | 211 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.17 |
| HSL | 246.05º | 0.57% | 0.59% | - |
| HSV(B) | 246.05º | 0.56% | 0.83% | - |
| XYZ | 21.29 | 15.3 | 63.46 | - |
| YUV | 109.15 | 185.48 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 211 | 0.51 | 0.56 | 0 | 0.17 | 246.05 | 0.57 | 0.59 |
| Hex | 68 | 5C | D3 | 33 | 38 | 0 | 11 | F6 | 39 | 3B |
| Octal | 150 | 134 | 323 | 63 | 70 | 0 | 21 | 366 | 71 | 73 |
| Binary | 1101000 | 1011100 | 11010011 | 110011 | 111000 | 0 | 10001 | 11110110 | 111001 | 111011 |
Color Harmonies of #685CD3
Complementary color
Monochromatic Colors of #685CD3
Black with #685CD3
Text Example
Text Example
White with #685CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685CD3; }
p { color: rgb(104,92,211); }
H1.HeaderClassName
{
color: #685CD3;
}
.AnyTagClassName
{
color: #685CD3;
}
</style>
background-color css
<style>
a { background-color: #685CD3; }
a { background-color: rgb(104,92,211); }
div.DivClassName
{
background-color: #685CD3;
}
.BgClassName
{
background-color: #685CD3;
}
</style>
border-color css
<style>
span { border-color: #685CD3; }
span { border-color: rgb(104,92,211); }
td.TdClassName
{
border-color: #685CD3;
}
.TagClassName
{
border-color: #685CD3;
}
</style>