Shades of Slate Blue #686CCD
Tints of Slate Blue #686CCD
RGB
CMYK
RGB Variations
Color information
#686CCD (or 0x686CCD) is known color: Slate Blue. HEX triplet: 68, 6C and CD. RGB value is (104,108,205). Sum of RGB (Red+Green+Blue) = 104+108+205=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #686CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686CCD is #979332. Grayscale: #757575. Windows color (decimal): -9933619 or 13462632. OLE color: 13462632.
HSL color Cylindrical-coordinate representation of color #686CCD: hue angle of 237.62º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #686CCD is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 108 | 205 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.20 |
| HSL | 237.62º | 0.5% | 0.61% | - |
| HSV(B) | 237.62º | 0.49% | 0.8% | - |
| XYZ | 22.09 | 18.08 | 60.08 | - |
| YUV | 117.86 | 177.17 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 205 | 0.49 | 0.47 | 0 | 0.20 | 237.62 | 0.5 | 0.61 |
| Hex | 68 | 6C | CD | 31 | 2F | 0 | 14 | EE | 32 | 3D |
| Octal | 150 | 154 | 315 | 61 | 57 | 0 | 24 | 356 | 62 | 75 |
| Binary | 1101000 | 1101100 | 11001101 | 110001 | 101111 | 0 | 10100 | 11101110 | 110010 | 111101 |
Color Harmonies of #686CCD
Complementary color
Monochromatic Colors of #686CCD
Black with #686CCD
Text Example
Text Example
White with #686CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686CCD; }
p { color: rgb(104,108,205); }
H1.HeaderClassName
{
color: #686CCD;
}
.AnyTagClassName
{
color: #686CCD;
}
</style>
background-color css
<style>
a { background-color: #686CCD; }
a { background-color: rgb(104,108,205); }
div.DivClassName
{
background-color: #686CCD;
}
.BgClassName
{
background-color: #686CCD;
}
</style>
border-color css
<style>
span { border-color: #686CCD; }
span { border-color: rgb(104,108,205); }
td.TdClassName
{
border-color: #686CCD;
}
.TagClassName
{
border-color: #686CCD;
}
</style>