Shades of Slate Blue #684BCF
Tints of Slate Blue #684BCF
RGB
CMYK
RGB Variations
Color information
#684BCF (or 0x684BCF) is known color: Slate Blue. HEX triplet: 68, 4B and CF. RGB value is (104,75,207). Sum of RGB (Red+Green+Blue) = 104+75+207=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #684BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684BCF is #97B430. Grayscale: #626262. Windows color (decimal): -9942065 or 13585256. OLE color: 13585256.
HSL color Cylindrical-coordinate representation of color #684BCF: hue angle of 253.18º 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 #684BCF is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 75 | 207 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.19 |
| HSL | 253.18º | 0.58% | 0.55% | - |
| HSV(B) | 253.18º | 0.64% | 0.81% | - |
| XYZ | 19.49 | 12.48 | 60.41 | - |
| YUV | 98.72 | 189.11 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 75 | 207 | 0.50 | 0.64 | 0 | 0.19 | 253.18 | 0.58 | 0.55 |
| Hex | 68 | 4B | CF | 32 | 40 | 0 | 13 | FD | 3A | 37 |
| Octal | 150 | 113 | 317 | 62 | 100 | 0 | 23 | 375 | 72 | 67 |
| Binary | 1101000 | 1001011 | 11001111 | 110010 | 1000000 | 0 | 10011 | 11111101 | 111010 | 110111 |
Color Harmonies of #684BCF
Complementary color
Monochromatic Colors of #684BCF
Black with #684BCF
Text Example
Text Example
White with #684BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684BCF; }
p { color: rgb(104,75,207); }
H1.HeaderClassName
{
color: #684BCF;
}
.AnyTagClassName
{
color: #684BCF;
}
</style>
background-color css
<style>
a { background-color: #684BCF; }
a { background-color: rgb(104,75,207); }
div.DivClassName
{
background-color: #684BCF;
}
.BgClassName
{
background-color: #684BCF;
}
</style>
border-color css
<style>
span { border-color: #684BCF; }
span { border-color: rgb(104,75,207); }
td.TdClassName
{
border-color: #684BCF;
}
.TagClassName
{
border-color: #684BCF;
}
</style>