Shades of Slate Blue #685FC1
Tints of Slate Blue #685FC1
RGB
CMYK
RGB Variations
Color information
#685FC1 (or 0x685FC1) is known color: Slate Blue. HEX triplet: 68, 5F and C1. RGB value is (104,95,193). Sum of RGB (Red+Green+Blue) = 104+95+193=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #685FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685FC1 is #97A03E. Grayscale: #6C6C6C. Windows color (decimal): -9936959 or 12672872. OLE color: 12672872.
HSL color Cylindrical-coordinate representation of color #685FC1: hue angle of 245.51º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #685FC1 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 95 | 193 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.24 |
| HSL | 245.51º | 0.44% | 0.56% | - |
| HSV(B) | 245.51º | 0.51% | 0.76% | - |
| XYZ | 19.43 | 14.98 | 52.32 | - |
| YUV | 108.86 | 175.48 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 95 | 193 | 0.46 | 0.51 | 0 | 0.24 | 245.51 | 0.44 | 0.56 |
| Hex | 68 | 5F | C1 | 2E | 33 | 0 | 18 | F6 | 2C | 38 |
| Octal | 150 | 137 | 301 | 56 | 63 | 0 | 30 | 366 | 54 | 70 |
| Binary | 1101000 | 1011111 | 11000001 | 101110 | 110011 | 0 | 11000 | 11110110 | 101100 | 111000 |
Color Harmonies of #685FC1
Complementary color
Monochromatic Colors of #685FC1
Black with #685FC1
Text Example
Text Example
White with #685FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685FC1; }
p { color: rgb(104,95,193); }
H1.HeaderClassName
{
color: #685FC1;
}
.AnyTagClassName
{
color: #685FC1;
}
</style>
background-color css
<style>
a { background-color: #685FC1; }
a { background-color: rgb(104,95,193); }
div.DivClassName
{
background-color: #685FC1;
}
.BgClassName
{
background-color: #685FC1;
}
</style>
border-color css
<style>
span { border-color: #685FC1; }
span { border-color: rgb(104,95,193); }
td.TdClassName
{
border-color: #685FC1;
}
.TagClassName
{
border-color: #685FC1;
}
</style>