Shades of Slate Blue #686CD3
Tints of Slate Blue #686CD3
RGB
CMYK
RGB Variations
Color information
#686CD3 (or 0x686CD3) is known color: Slate Blue. HEX triplet: 68, 6C and D3. RGB value is (104,108,211). Sum of RGB (Red+Green+Blue) = 104+108+211=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 211 (82.81% from 255 or 49.88% from 423); Max value from RGB is 211 - color contains mainly: blue. Hex color #686CD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686CD3 is #97932C. Grayscale: #767676. Windows color (decimal): -9933613 or 13855848. OLE color: 13855848.
HSL color Cylindrical-coordinate representation of color #686CD3: hue angle of 237.76º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #686CD3 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 108 | 211 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.17 |
| HSL | 237.76º | 0.55% | 0.62% | - |
| HSV(B) | 237.76º | 0.51% | 0.83% | - |
| XYZ | 22.83 | 18.37 | 63.97 | - |
| YUV | 118.55 | 180.17 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 211 | 0.51 | 0.49 | 0 | 0.17 | 237.76 | 0.55 | 0.62 |
| Hex | 68 | 6C | D3 | 33 | 31 | 0 | 11 | EE | 37 | 3E |
| Octal | 150 | 154 | 323 | 63 | 61 | 0 | 21 | 356 | 67 | 76 |
| Binary | 1101000 | 1101100 | 11010011 | 110011 | 110001 | 0 | 10001 | 11101110 | 110111 | 111110 |
Color Harmonies of #686CD3
Complementary color
Monochromatic Colors of #686CD3
Black with #686CD3
Text Example
Text Example
White with #686CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686CD3; }
p { color: rgb(104,108,211); }
H1.HeaderClassName
{
color: #686CD3;
}
.AnyTagClassName
{
color: #686CD3;
}
</style>
background-color css
<style>
a { background-color: #686CD3; }
a { background-color: rgb(104,108,211); }
div.DivClassName
{
background-color: #686CD3;
}
.BgClassName
{
background-color: #686CD3;
}
</style>
border-color css
<style>
span { border-color: #686CD3; }
span { border-color: rgb(104,108,211); }
td.TdClassName
{
border-color: #686CD3;
}
.TagClassName
{
border-color: #686CD3;
}
</style>