Shades of Slate Blue #685AC1
Tints of Slate Blue #685AC1
RGB
CMYK
RGB Variations
Color information
#685AC1 (or 0x685AC1) is known color: Slate Blue. HEX triplet: 68, 5A and C1. RGB value is (104,90,193). Sum of RGB (Red+Green+Blue) = 104+90+193=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #685AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685AC1 is #97A53E. Grayscale: #696969. Windows color (decimal): -9938239 or 12671592. OLE color: 12671592.
HSL color Cylindrical-coordinate representation of color #685AC1: hue angle of 248.16º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #685AC1 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 90 | 193 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.24 |
| HSL | 248.16º | 0.45% | 0.55% | - |
| HSV(B) | 248.16º | 0.53% | 0.76% | - |
| XYZ | 18.99 | 14.11 | 52.17 | - |
| YUV | 105.93 | 177.14 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 193 | 0.46 | 0.53 | 0 | 0.24 | 248.16 | 0.45 | 0.55 |
| Hex | 68 | 5A | C1 | 2E | 35 | 0 | 18 | F8 | 2D | 37 |
| Octal | 150 | 132 | 301 | 56 | 65 | 0 | 30 | 370 | 55 | 67 |
| Binary | 1101000 | 1011010 | 11000001 | 101110 | 110101 | 0 | 11000 | 11111000 | 101101 | 110111 |
Color Harmonies of #685AC1
Complementary color
Monochromatic Colors of #685AC1
Black with #685AC1
Text Example
Text Example
White with #685AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685AC1; }
p { color: rgb(104,90,193); }
H1.HeaderClassName
{
color: #685AC1;
}
.AnyTagClassName
{
color: #685AC1;
}
</style>
background-color css
<style>
a { background-color: #685AC1; }
a { background-color: rgb(104,90,193); }
div.DivClassName
{
background-color: #685AC1;
}
.BgClassName
{
background-color: #685AC1;
}
</style>
border-color css
<style>
span { border-color: #685AC1; }
span { border-color: rgb(104,90,193); }
td.TdClassName
{
border-color: #685AC1;
}
.TagClassName
{
border-color: #685AC1;
}
</style>