Shades of Slate Blue #686CCF
Tints of Slate Blue #686CCF
RGB
CMYK
RGB Variations
Color information
#686CCF (or 0x686CCF) is known color: Slate Blue. HEX triplet: 68, 6C and CF. RGB value is (104,108,207). Sum of RGB (Red+Green+Blue) = 104+108+207=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #686CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686CCF is #979330. Grayscale: #757575. Windows color (decimal): -9933617 or 13593704. OLE color: 13593704.
HSL color Cylindrical-coordinate representation of color #686CCF: hue angle of 237.67º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #686CCF is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 108 | 207 | - |
| CMYK | 0.50 | 0.48 | 0 | 0.19 |
| HSL | 237.67º | 0.52% | 0.61% | - |
| HSV(B) | 237.67º | 0.5% | 0.81% | - |
| XYZ | 22.33 | 18.17 | 61.36 | - |
| YUV | 118.09 | 178.17 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 207 | 0.50 | 0.48 | 0 | 0.19 | 237.67 | 0.52 | 0.61 |
| Hex | 68 | 6C | CF | 32 | 30 | 0 | 13 | EE | 34 | 3D |
| Octal | 150 | 154 | 317 | 62 | 60 | 0 | 23 | 356 | 64 | 75 |
| Binary | 1101000 | 1101100 | 11001111 | 110010 | 110000 | 0 | 10011 | 11101110 | 110100 | 111101 |
Color Harmonies of #686CCF
Complementary color
Monochromatic Colors of #686CCF
Black with #686CCF
Text Example
Text Example
White with #686CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686CCF; }
p { color: rgb(104,108,207); }
H1.HeaderClassName
{
color: #686CCF;
}
.AnyTagClassName
{
color: #686CCF;
}
</style>
background-color css
<style>
a { background-color: #686CCF; }
a { background-color: rgb(104,108,207); }
div.DivClassName
{
background-color: #686CCF;
}
.BgClassName
{
background-color: #686CCF;
}
</style>
border-color css
<style>
span { border-color: #686CCF; }
span { border-color: rgb(104,108,207); }
td.TdClassName
{
border-color: #686CCF;
}
.TagClassName
{
border-color: #686CCF;
}
</style>