Shades of Slate Blue #684FCC
Tints of Slate Blue #684FCC
RGB
CMYK
RGB Variations
Color information
#684FCC (or 0x684FCC) is known color: Slate Blue. HEX triplet: 68, 4F and CC. RGB value is (104,79,204). Sum of RGB (Red+Green+Blue) = 104+79+204=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #684FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684FCC is #97B033. Grayscale: #646464. Windows color (decimal): -9941044 or 13389672. OLE color: 13389672.
HSL color Cylindrical-coordinate representation of color #684FCC: hue angle of 252º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #684FCC is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 79 | 204 | - |
| CMYK | 0.49 | 0.61 | 0 | 0.2 |
| HSL | 252º | 0.55% | 0.55% | - |
| HSV(B) | 252º | 0.61% | 0.8% | - |
| XYZ | 19.4 | 12.89 | 58.59 | - |
| YUV | 100.73 | 186.28 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 79 | 204 | 0.49 | 0.61 | 0 | 0.2 | 252 | 0.55 | 0.55 |
| Hex | 68 | 4F | CC | 31 | 3D | 0 | 14 | FC | 37 | 37 |
| Octal | 150 | 117 | 314 | 61 | 75 | 0 | 24 | 374 | 67 | 67 |
| Binary | 1101000 | 1001111 | 11001100 | 110001 | 111101 | 0 | 10100 | 11111100 | 110111 | 110111 |
Color Harmonies of #684FCC
Complementary color
Monochromatic Colors of #684FCC
Black with #684FCC
Text Example
Text Example
White with #684FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684FCC; }
p { color: rgb(104,79,204); }
H1.HeaderClassName
{
color: #684FCC;
}
.AnyTagClassName
{
color: #684FCC;
}
</style>
background-color css
<style>
a { background-color: #684FCC; }
a { background-color: rgb(104,79,204); }
div.DivClassName
{
background-color: #684FCC;
}
.BgClassName
{
background-color: #684FCC;
}
</style>
border-color css
<style>
span { border-color: #684FCC; }
span { border-color: rgb(104,79,204); }
td.TdClassName
{
border-color: #684FCC;
}
.TagClassName
{
border-color: #684FCC;
}
</style>