Shades of Slate Blue #686CDE
Tints of Slate Blue #686CDE
RGB
CMYK
RGB Variations
Color information
#686CDE (or 0x686CDE) is known color: Slate Blue. HEX triplet: 68, 6C and DE. RGB value is (104,108,222). Sum of RGB (Red+Green+Blue) = 104+108+222=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #686CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686CDE is #979321. Grayscale: #777777. Windows color (decimal): -9933602 or 14576744. OLE color: 14576744.
HSL color Cylindrical-coordinate representation of color #686CDE: hue angle of 237.97º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #686CDE is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 108 | 222 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.13 |
| HSL | 237.97º | 0.64% | 0.64% | - |
| HSV(B) | 237.97º | 0.53% | 0.87% | - |
| XYZ | 24.26 | 18.94 | 71.48 | - |
| YUV | 119.8 | 185.67 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 222 | 0.53 | 0.51 | 0 | 0.13 | 237.97 | 0.64 | 0.64 |
| Hex | 68 | 6C | DE | 35 | 33 | 0 | D | EE | 40 | 40 |
| Octal | 150 | 154 | 336 | 65 | 63 | 0 | 15 | 356 | 100 | 100 |
| Binary | 1101000 | 1101100 | 11011110 | 110101 | 110011 | 0 | 1101 | 11101110 | 1000000 | 1000000 |
Color Harmonies of #686CDE
Complementary color
Monochromatic Colors of #686CDE
Black with #686CDE
Text Example
Text Example
White with #686CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686CDE; }
p { color: rgb(104,108,222); }
H1.HeaderClassName
{
color: #686CDE;
}
.AnyTagClassName
{
color: #686CDE;
}
</style>
background-color css
<style>
a { background-color: #686CDE; }
a { background-color: rgb(104,108,222); }
div.DivClassName
{
background-color: #686CDE;
}
.BgClassName
{
background-color: #686CDE;
}
</style>
border-color css
<style>
span { border-color: #686CDE; }
span { border-color: rgb(104,108,222); }
td.TdClassName
{
border-color: #686CDE;
}
.TagClassName
{
border-color: #686CDE;
}
</style>