Shades of Slate Blue #684DC0
Tints of Slate Blue #684DC0
RGB
CMYK
RGB Variations
Color information
#684DC0 (or 0x684DC0) is known color: Slate Blue. HEX triplet: 68, 4D and C0. RGB value is (104,77,192). Sum of RGB (Red+Green+Blue) = 104+77+192=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 192 (75.39% from 255 or 51.47% from 373); Max value from RGB is 192 - color contains mainly: blue. Hex color #684DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684DC0 is #97B23F. Grayscale: #616161. Windows color (decimal): -9941568 or 12602728. OLE color: 12602728.
HSL color Cylindrical-coordinate representation of color #684DC0: hue angle of 254.09º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #684DC0 is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 77 | 192 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.25 |
| HSL | 254.09º | 0.48% | 0.53% | - |
| HSV(B) | 254.09º | 0.6% | 0.75% | - |
| XYZ | 17.88 | 12.06 | 51.25 | - |
| YUV | 98.18 | 180.95 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 192 | 0.46 | 0.60 | 0 | 0.25 | 254.09 | 0.48 | 0.53 |
| Hex | 68 | 4D | C0 | 2E | 3C | 0 | 19 | FE | 30 | 35 |
| Octal | 150 | 115 | 300 | 56 | 74 | 0 | 31 | 376 | 60 | 65 |
| Binary | 1101000 | 1001101 | 11000000 | 101110 | 111100 | 0 | 11001 | 11111110 | 110000 | 110101 |
Color Harmonies of #684DC0
Complementary color
Monochromatic Colors of #684DC0
Black with #684DC0
Text Example
Text Example
White with #684DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684DC0; }
p { color: rgb(104,77,192); }
H1.HeaderClassName
{
color: #684DC0;
}
.AnyTagClassName
{
color: #684DC0;
}
</style>
background-color css
<style>
a { background-color: #684DC0; }
a { background-color: rgb(104,77,192); }
div.DivClassName
{
background-color: #684DC0;
}
.BgClassName
{
background-color: #684DC0;
}
</style>
border-color css
<style>
span { border-color: #684DC0; }
span { border-color: rgb(104,77,192); }
td.TdClassName
{
border-color: #684DC0;
}
.TagClassName
{
border-color: #684DC0;
}
</style>