Shades of Slate Blue #684FCD
Tints of Slate Blue #684FCD
RGB
CMYK
RGB Variations
Color information
#684FCD (or 0x684FCD) is known color: Slate Blue. HEX triplet: 68, 4F and CD. RGB value is (104,79,205). Sum of RGB (Red+Green+Blue) = 104+79+205=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #684FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684FCD is #97B032. Grayscale: #646464. Windows color (decimal): -9941043 or 13455208. OLE color: 13455208.
HSL color Cylindrical-coordinate representation of color #684FCD: hue angle of 251.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #684FCD is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 79 | 205 | - |
| CMYK | 0.49 | 0.61 | 0 | 0.20 |
| HSL | 251.9º | 0.56% | 0.56% | - |
| HSV(B) | 251.9º | 0.61% | 0.8% | - |
| XYZ | 19.52 | 12.94 | 59.23 | - |
| YUV | 100.84 | 186.78 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 79 | 205 | 0.49 | 0.61 | 0 | 0.20 | 251.9 | 0.56 | 0.56 |
| Hex | 68 | 4F | CD | 31 | 3D | 0 | 14 | FC | 38 | 38 |
| Octal | 150 | 117 | 315 | 61 | 75 | 0 | 24 | 374 | 70 | 70 |
| Binary | 1101000 | 1001111 | 11001101 | 110001 | 111101 | 0 | 10100 | 11111100 | 111000 | 111000 |
Color Harmonies of #684FCD
Complementary color
Monochromatic Colors of #684FCD
Black with #684FCD
Text Example
Text Example
White with #684FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684FCD; }
p { color: rgb(104,79,205); }
H1.HeaderClassName
{
color: #684FCD;
}
.AnyTagClassName
{
color: #684FCD;
}
</style>
background-color css
<style>
a { background-color: #684FCD; }
a { background-color: rgb(104,79,205); }
div.DivClassName
{
background-color: #684FCD;
}
.BgClassName
{
background-color: #684FCD;
}
</style>
border-color css
<style>
span { border-color: #684FCD; }
span { border-color: rgb(104,79,205); }
td.TdClassName
{
border-color: #684FCD;
}
.TagClassName
{
border-color: #684FCD;
}
</style>