Shades of Slate Blue #686AD5
Tints of Slate Blue #686AD5
RGB
CMYK
RGB Variations
Color information
#686AD5 (or 0x686AD5) is known color: Slate Blue. HEX triplet: 68, 6A and D5. RGB value is (104,106,213). Sum of RGB (Red+Green+Blue) = 104+106+213=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #686AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686AD5 is #97952A. Grayscale: #757575. Windows color (decimal): -9934123 or 13986408. OLE color: 13986408.
HSL color Cylindrical-coordinate representation of color #686AD5: hue angle of 238.9º 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 #686AD5 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 106 | 213 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.16 |
| HSL | 238.9º | 0.56% | 0.62% | - |
| HSV(B) | 238.9º | 0.51% | 0.84% | - |
| XYZ | 22.87 | 18.06 | 65.23 | - |
| YUV | 117.6 | 181.84 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 213 | 0.51 | 0.50 | 0 | 0.16 | 238.9 | 0.56 | 0.62 |
| Hex | 68 | 6A | D5 | 33 | 32 | 0 | 10 | EF | 38 | 3E |
| Octal | 150 | 152 | 325 | 63 | 62 | 0 | 20 | 357 | 70 | 76 |
| Binary | 1101000 | 1101010 | 11010101 | 110011 | 110010 | 0 | 10000 | 11101111 | 111000 | 111110 |
Color Harmonies of #686AD5
Complementary color
Monochromatic Colors of #686AD5
Black with #686AD5
Text Example
Text Example
White with #686AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686AD5; }
p { color: rgb(104,106,213); }
H1.HeaderClassName
{
color: #686AD5;
}
.AnyTagClassName
{
color: #686AD5;
}
</style>
background-color css
<style>
a { background-color: #686AD5; }
a { background-color: rgb(104,106,213); }
div.DivClassName
{
background-color: #686AD5;
}
.BgClassName
{
background-color: #686AD5;
}
</style>
border-color css
<style>
span { border-color: #686AD5; }
span { border-color: rgb(104,106,213); }
td.TdClassName
{
border-color: #686AD5;
}
.TagClassName
{
border-color: #686AD5;
}
</style>