Shades of Slate Blue #684CEA
Tints of Slate Blue #684CEA
RGB
CMYK
RGB Variations
Color information
#684CEA (or 0x684CEA) is known color: Slate Blue. HEX triplet: 68, 4C and EA. RGB value is (104,76,234). Sum of RGB (Red+Green+Blue) = 104+76+234=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #684CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #684CEA is #97B315. Grayscale: #656565. Windows color (decimal): -9941782 or 15354984. OLE color: 15354984.
HSL color Cylindrical-coordinate representation of color #684CEA: hue angle of 250.63º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #684CEA is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 76 | 234 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.08 |
| HSL | 250.63º | 0.79% | 0.61% | - |
| HSV(B) | 250.63º | 0.68% | 0.92% | - |
| XYZ | 23.14 | 14.05 | 79.33 | - |
| YUV | 102.38 | 202.28 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 234 | 0.56 | 0.68 | 0 | 0.08 | 250.63 | 0.79 | 0.61 |
| Hex | 68 | 4C | EA | 38 | 44 | 0 | 8 | FB | 4F | 3D |
| Octal | 150 | 114 | 352 | 70 | 104 | 0 | 10 | 373 | 117 | 75 |
| Binary | 1101000 | 1001100 | 11101010 | 111000 | 1000100 | 0 | 1000 | 11111011 | 1001111 | 111101 |
Color Harmonies of #684CEA
Complementary color
Monochromatic Colors of #684CEA
Black with #684CEA
Text Example
Text Example
White with #684CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684CEA; }
p { color: rgb(104,76,234); }
H1.HeaderClassName
{
color: #684CEA;
}
.AnyTagClassName
{
color: #684CEA;
}
</style>
background-color css
<style>
a { background-color: #684CEA; }
a { background-color: rgb(104,76,234); }
div.DivClassName
{
background-color: #684CEA;
}
.BgClassName
{
background-color: #684CEA;
}
</style>
border-color css
<style>
span { border-color: #684CEA; }
span { border-color: rgb(104,76,234); }
td.TdClassName
{
border-color: #684CEA;
}
.TagClassName
{
border-color: #684CEA;
}
</style>