Shades of Slate Blue #684CC0
Tints of Slate Blue #684CC0
RGB
CMYK
RGB Variations
Color information
#684CC0 (or 0x684CC0) is known color: Slate Blue. HEX triplet: 68, 4C and C0. RGB value is (104,76,192). Sum of RGB (Red+Green+Blue) = 104+76+192=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 192 (75.39% from 255 or 51.61% from 372); Max value from RGB is 192 - color contains mainly: blue. Hex color #684CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684CC0 is #97B33F. Grayscale: #616161. Windows color (decimal): -9941824 or 12602472. OLE color: 12602472.
HSL color Cylindrical-coordinate representation of color #684CC0: hue angle of 254.48º 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 #684CC0 is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 76 | 192 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.25 |
| HSL | 254.48º | 0.48% | 0.53% | - |
| HSV(B) | 254.48º | 0.6% | 0.75% | - |
| XYZ | 17.81 | 11.92 | 51.23 | - |
| YUV | 97.6 | 181.28 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 192 | 0.46 | 0.60 | 0 | 0.25 | 254.48 | 0.48 | 0.53 |
| Hex | 68 | 4C | C0 | 2E | 3C | 0 | 19 | FE | 30 | 35 |
| Octal | 150 | 114 | 300 | 56 | 74 | 0 | 31 | 376 | 60 | 65 |
| Binary | 1101000 | 1001100 | 11000000 | 101110 | 111100 | 0 | 11001 | 11111110 | 110000 | 110101 |
Color Harmonies of #684CC0
Complementary color
Monochromatic Colors of #684CC0
Black with #684CC0
Text Example
Text Example
White with #684CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684CC0; }
p { color: rgb(104,76,192); }
H1.HeaderClassName
{
color: #684CC0;
}
.AnyTagClassName
{
color: #684CC0;
}
</style>
background-color css
<style>
a { background-color: #684CC0; }
a { background-color: rgb(104,76,192); }
div.DivClassName
{
background-color: #684CC0;
}
.BgClassName
{
background-color: #684CC0;
}
</style>
border-color css
<style>
span { border-color: #684CC0; }
span { border-color: rgb(104,76,192); }
td.TdClassName
{
border-color: #684CC0;
}
.TagClassName
{
border-color: #684CC0;
}
</style>