Shades of Slate Blue #684EEA
Tints of Slate Blue #684EEA
RGB
CMYK
RGB Variations
Color information
#684EEA (or 0x684EEA) is known color: Slate Blue. HEX triplet: 68, 4E and EA. RGB value is (104,78,234). Sum of RGB (Red+Green+Blue) = 104+78+234=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #684EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #684EEA is #97B115. Grayscale: #666666. Windows color (decimal): -9941270 or 15355496. OLE color: 15355496.
HSL color Cylindrical-coordinate representation of color #684EEA: hue angle of 250º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #684EEA is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 78 | 234 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.08 |
| HSL | 250º | 0.79% | 0.61% | - |
| HSV(B) | 250º | 0.67% | 0.92% | - |
| XYZ | 23.28 | 14.33 | 79.38 | - |
| YUV | 103.56 | 201.61 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 234 | 0.56 | 0.67 | 0 | 0.08 | 250 | 0.79 | 0.61 |
| Hex | 68 | 4E | EA | 38 | 43 | 0 | 8 | FA | 4F | 3D |
| Octal | 150 | 116 | 352 | 70 | 103 | 0 | 10 | 372 | 117 | 75 |
| Binary | 1101000 | 1001110 | 11101010 | 111000 | 1000011 | 0 | 1000 | 11111010 | 1001111 | 111101 |
Color Harmonies of #684EEA
Complementary color
Monochromatic Colors of #684EEA
Black with #684EEA
Text Example
Text Example
White with #684EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684EEA; }
p { color: rgb(104,78,234); }
H1.HeaderClassName
{
color: #684EEA;
}
.AnyTagClassName
{
color: #684EEA;
}
</style>
background-color css
<style>
a { background-color: #684EEA; }
a { background-color: rgb(104,78,234); }
div.DivClassName
{
background-color: #684EEA;
}
.BgClassName
{
background-color: #684EEA;
}
</style>
border-color css
<style>
span { border-color: #684EEA; }
span { border-color: rgb(104,78,234); }
td.TdClassName
{
border-color: #684EEA;
}
.TagClassName
{
border-color: #684EEA;
}
</style>