Shades of Slate Blue #686CDA
Tints of Slate Blue #686CDA
RGB
CMYK
RGB Variations
Color information
#686CDA (or 0x686CDA) is known color: Slate Blue. HEX triplet: 68, 6C and DA. RGB value is (104,108,218). Sum of RGB (Red+Green+Blue) = 104+108+218=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #686CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686CDA is #979325. Grayscale: #767676. Windows color (decimal): -9933606 or 14314600. OLE color: 14314600.
HSL color Cylindrical-coordinate representation of color #686CDA: hue angle of 237.89º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #686CDA is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 108 | 218 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.15 |
| HSL | 237.89º | 0.61% | 0.63% | - |
| HSV(B) | 237.89º | 0.52% | 0.85% | - |
| XYZ | 23.73 | 18.73 | 68.69 | - |
| YUV | 119.34 | 183.67 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 218 | 0.52 | 0.50 | 0 | 0.15 | 237.89 | 0.61 | 0.63 |
| Hex | 68 | 6C | DA | 34 | 32 | 0 | F | EE | 3D | 3F |
| Octal | 150 | 154 | 332 | 64 | 62 | 0 | 17 | 356 | 75 | 77 |
| Binary | 1101000 | 1101100 | 11011010 | 110100 | 110010 | 0 | 1111 | 11101110 | 111101 | 111111 |
Color Harmonies of #686CDA
Complementary color
Monochromatic Colors of #686CDA
Black with #686CDA
Text Example
Text Example
White with #686CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686CDA; }
p { color: rgb(104,108,218); }
H1.HeaderClassName
{
color: #686CDA;
}
.AnyTagClassName
{
color: #686CDA;
}
</style>
background-color css
<style>
a { background-color: #686CDA; }
a { background-color: rgb(104,108,218); }
div.DivClassName
{
background-color: #686CDA;
}
.BgClassName
{
background-color: #686CDA;
}
</style>
border-color css
<style>
span { border-color: #686CDA; }
span { border-color: rgb(104,108,218); }
td.TdClassName
{
border-color: #686CDA;
}
.TagClassName
{
border-color: #686CDA;
}
</style>