Shades of Slate Blue #686CD5
Tints of Slate Blue #686CD5
RGB
CMYK
RGB Variations
Color information
#686CD5 (or 0x686CD5) is known color: Slate Blue. HEX triplet: 68, 6C and D5. RGB value is (104,108,213). Sum of RGB (Red+Green+Blue) = 104+108+213=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 213 (83.59% from 255 or 50.12% from 425); Max value from RGB is 213 - color contains mainly: blue. Hex color #686CD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686CD5 is #97932A. Grayscale: #767676. Windows color (decimal): -9933611 or 13986920. OLE color: 13986920.
HSL color Cylindrical-coordinate representation of color #686CD5: hue angle of 237.8º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #686CD5 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 108 | 213 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.16 |
| HSL | 237.8º | 0.56% | 0.62% | - |
| HSV(B) | 237.8º | 0.51% | 0.84% | - |
| XYZ | 23.08 | 18.47 | 65.3 | - |
| YUV | 118.77 | 181.17 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 213 | 0.51 | 0.49 | 0 | 0.16 | 237.8 | 0.56 | 0.62 |
| Hex | 68 | 6C | D5 | 33 | 31 | 0 | 10 | EE | 38 | 3E |
| Octal | 150 | 154 | 325 | 63 | 61 | 0 | 20 | 356 | 70 | 76 |
| Binary | 1101000 | 1101100 | 11010101 | 110011 | 110001 | 0 | 10000 | 11101110 | 111000 | 111110 |
Color Harmonies of #686CD5
Complementary color
Monochromatic Colors of #686CD5
Black with #686CD5
Text Example
Text Example
White with #686CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686CD5; }
p { color: rgb(104,108,213); }
H1.HeaderClassName
{
color: #686CD5;
}
.AnyTagClassName
{
color: #686CD5;
}
</style>
background-color css
<style>
a { background-color: #686CD5; }
a { background-color: rgb(104,108,213); }
div.DivClassName
{
background-color: #686CD5;
}
.BgClassName
{
background-color: #686CD5;
}
</style>
border-color css
<style>
span { border-color: #686CD5; }
span { border-color: rgb(104,108,213); }
td.TdClassName
{
border-color: #686CD5;
}
.TagClassName
{
border-color: #686CD5;
}
</style>