Shades of Slate Blue #685AC2
Tints of Slate Blue #685AC2
RGB
CMYK
RGB Variations
Color information
#685AC2 (or 0x685AC2) is known color: Slate Blue. HEX triplet: 68, 5A and C2. RGB value is (104,90,194). Sum of RGB (Red+Green+Blue) = 104+90+194=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #685AC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685AC2 is #97A53D. Grayscale: #696969. Windows color (decimal): -9938238 or 12737128. OLE color: 12737128.
HSL color Cylindrical-coordinate representation of color #685AC2: hue angle of 248.08º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #685AC2 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 90 | 194 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.24 |
| HSL | 248.08º | 0.46% | 0.56% | - |
| HSV(B) | 248.08º | 0.54% | 0.76% | - |
| XYZ | 19.1 | 14.15 | 52.76 | - |
| YUV | 106.04 | 177.64 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 194 | 0.46 | 0.54 | 0 | 0.24 | 248.08 | 0.46 | 0.56 |
| Hex | 68 | 5A | C2 | 2E | 36 | 0 | 18 | F8 | 2E | 38 |
| Octal | 150 | 132 | 302 | 56 | 66 | 0 | 30 | 370 | 56 | 70 |
| Binary | 1101000 | 1011010 | 11000010 | 101110 | 110110 | 0 | 11000 | 11111000 | 101110 | 111000 |
Color Harmonies of #685AC2
Complementary color
Monochromatic Colors of #685AC2
Black with #685AC2
Text Example
Text Example
White with #685AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685AC2; }
p { color: rgb(104,90,194); }
H1.HeaderClassName
{
color: #685AC2;
}
.AnyTagClassName
{
color: #685AC2;
}
</style>
background-color css
<style>
a { background-color: #685AC2; }
a { background-color: rgb(104,90,194); }
div.DivClassName
{
background-color: #685AC2;
}
.BgClassName
{
background-color: #685AC2;
}
</style>
border-color css
<style>
span { border-color: #685AC2; }
span { border-color: rgb(104,90,194); }
td.TdClassName
{
border-color: #685AC2;
}
.TagClassName
{
border-color: #685AC2;
}
</style>