Shades of Slate Blue #684EC3
Tints of Slate Blue #684EC3
RGB
CMYK
RGB Variations
Color information
#684EC3 (or 0x684EC3) is known color: Slate Blue. HEX triplet: 68, 4E and C3. RGB value is (104,78,195). Sum of RGB (Red+Green+Blue) = 104+78+195=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 195 (76.56% from 255 or 51.72% from 377); Max value from RGB is 195 - color contains mainly: blue. Hex color #684EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684EC3 is #97B13C. Grayscale: #626262. Windows color (decimal): -9941309 or 12799592. OLE color: 12799592.
HSL color Cylindrical-coordinate representation of color #684EC3: hue angle of 253.33º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #684EC3 is Cyan = 0.47, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 78 | 195 | - |
| CMYK | 0.47 | 0.6 | 0 | 0.24 |
| HSL | 253.33º | 0.49% | 0.54% | - |
| HSV(B) | 253.33º | 0.6% | 0.76% | - |
| XYZ | 18.28 | 12.33 | 53.05 | - |
| YUV | 99.11 | 182.11 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 195 | 0.47 | 0.6 | 0 | 0.24 | 253.33 | 0.49 | 0.54 |
| Hex | 68 | 4E | C3 | 2F | 3C | 0 | 18 | FD | 31 | 36 |
| Octal | 150 | 116 | 303 | 57 | 74 | 0 | 30 | 375 | 61 | 66 |
| Binary | 1101000 | 1001110 | 11000011 | 101111 | 111100 | 0 | 11000 | 11111101 | 110001 | 110110 |
Color Harmonies of #684EC3
Complementary color
Monochromatic Colors of #684EC3
Black with #684EC3
Text Example
Text Example
White with #684EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684EC3; }
p { color: rgb(104,78,195); }
H1.HeaderClassName
{
color: #684EC3;
}
.AnyTagClassName
{
color: #684EC3;
}
</style>
background-color css
<style>
a { background-color: #684EC3; }
a { background-color: rgb(104,78,195); }
div.DivClassName
{
background-color: #684EC3;
}
.BgClassName
{
background-color: #684EC3;
}
</style>
border-color css
<style>
span { border-color: #684EC3; }
span { border-color: rgb(104,78,195); }
td.TdClassName
{
border-color: #684EC3;
}
.TagClassName
{
border-color: #684EC3;
}
</style>