Shades of Medium Slate Blue #694CEF
Tints of Medium Slate Blue #694CEF
RGB
CMYK
RGB Variations
Color information
#694CEF (or 0x694CEF) is known color: Medium Slate Blue. HEX triplet: 69, 4C and EF. RGB value is (105,76,239). Sum of RGB (Red+Green+Blue) = 105+76+239=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #694CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #694CEF is #96B310. Grayscale: #666666. Windows color (decimal): -9876241 or 15682665. OLE color: 15682665.
HSL color Cylindrical-coordinate representation of color #694CEF: hue angle of 250.67º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #694CEF is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 76 | 239 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.06 |
| HSL | 250.67º | 0.84% | 0.62% | - |
| HSV(B) | 250.67º | 0.68% | 0.94% | - |
| XYZ | 23.99 | 14.4 | 83.18 | - |
| YUV | 103.25 | 204.61 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 239 | 0.56 | 0.68 | 0 | 0.06 | 250.67 | 0.84 | 0.62 |
| Hex | 69 | 4C | EF | 38 | 44 | 0 | 6 | FB | 54 | 3E |
| Octal | 151 | 114 | 357 | 70 | 104 | 0 | 6 | 373 | 124 | 76 |
| Binary | 1101001 | 1001100 | 11101111 | 111000 | 1000100 | 0 | 110 | 11111011 | 1010100 | 111110 |
Color Harmonies of #694CEF
Complementary color
Monochromatic Colors of #694CEF
Black with #694CEF
Text Example
Text Example
White with #694CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694CEF; }
p { color: rgb(105,76,239); }
H1.HeaderClassName
{
color: #694CEF;
}
.AnyTagClassName
{
color: #694CEF;
}
</style>
background-color css
<style>
a { background-color: #694CEF; }
a { background-color: rgb(105,76,239); }
div.DivClassName
{
background-color: #694CEF;
}
.BgClassName
{
background-color: #694CEF;
}
</style>
border-color css
<style>
span { border-color: #694CEF; }
span { border-color: rgb(105,76,239); }
td.TdClassName
{
border-color: #694CEF;
}
.TagClassName
{
border-color: #694CEF;
}
</style>