Shades of Slate Blue #684ACF
Tints of Slate Blue #684ACF
RGB
CMYK
RGB Variations
Color information
#684ACF (or 0x684ACF) is known color: Slate Blue. HEX triplet: 68, 4A and CF. RGB value is (104,74,207). Sum of RGB (Red+Green+Blue) = 104+74+207=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #684ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684ACF is #97B530. Grayscale: #616161. Windows color (decimal): -9942321 or 13585000. OLE color: 13585000.
HSL color Cylindrical-coordinate representation of color #684ACF: hue angle of 253.53º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #684ACF is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 74 | 207 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.19 |
| HSL | 253.53º | 0.58% | 0.55% | - |
| HSV(B) | 253.53º | 0.64% | 0.81% | - |
| XYZ | 19.42 | 12.35 | 60.39 | - |
| YUV | 98.13 | 189.44 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 207 | 0.50 | 0.64 | 0 | 0.19 | 253.53 | 0.58 | 0.55 |
| Hex | 68 | 4A | CF | 32 | 40 | 0 | 13 | FE | 3A | 37 |
| Octal | 150 | 112 | 317 | 62 | 100 | 0 | 23 | 376 | 72 | 67 |
| Binary | 1101000 | 1001010 | 11001111 | 110010 | 1000000 | 0 | 10011 | 11111110 | 111010 | 110111 |
Color Harmonies of #684ACF
Complementary color
Monochromatic Colors of #684ACF
Black with #684ACF
Text Example
Text Example
White with #684ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684ACF; }
p { color: rgb(104,74,207); }
H1.HeaderClassName
{
color: #684ACF;
}
.AnyTagClassName
{
color: #684ACF;
}
</style>
background-color css
<style>
a { background-color: #684ACF; }
a { background-color: rgb(104,74,207); }
div.DivClassName
{
background-color: #684ACF;
}
.BgClassName
{
background-color: #684ACF;
}
</style>
border-color css
<style>
span { border-color: #684ACF; }
span { border-color: rgb(104,74,207); }
td.TdClassName
{
border-color: #684ACF;
}
.TagClassName
{
border-color: #684ACF;
}
</style>