Shades of Medium Slate Blue #694CEC
Tints of Medium Slate Blue #694CEC
RGB
CMYK
RGB Variations
Color information
#694CEC (or 0x694CEC) is known color: Medium Slate Blue. HEX triplet: 69, 4C and EC. RGB value is (105,76,236). Sum of RGB (Red+Green+Blue) = 105+76+236=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #694CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #694CEC is #96B313. Grayscale: #666666. Windows color (decimal): -9876244 or 15486057. OLE color: 15486057.
HSL color Cylindrical-coordinate representation of color #694CEC: hue angle of 250.88º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #694CEC is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 76 | 236 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.07 |
| HSL | 250.88º | 0.81% | 0.61% | - |
| HSV(B) | 250.88º | 0.68% | 0.93% | - |
| XYZ | 23.55 | 14.23 | 80.86 | - |
| YUV | 102.91 | 203.11 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 236 | 0.56 | 0.68 | 0 | 0.07 | 250.88 | 0.81 | 0.61 |
| Hex | 69 | 4C | EC | 38 | 44 | 0 | 7 | FB | 51 | 3D |
| Octal | 151 | 114 | 354 | 70 | 104 | 0 | 7 | 373 | 121 | 75 |
| Binary | 1101001 | 1001100 | 11101100 | 111000 | 1000100 | 0 | 111 | 11111011 | 1010001 | 111101 |
Color Harmonies of #694CEC
Complementary color
Monochromatic Colors of #694CEC
Black with #694CEC
Text Example
Text Example
White with #694CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694CEC; }
p { color: rgb(105,76,236); }
H1.HeaderClassName
{
color: #694CEC;
}
.AnyTagClassName
{
color: #694CEC;
}
</style>
background-color css
<style>
a { background-color: #694CEC; }
a { background-color: rgb(105,76,236); }
div.DivClassName
{
background-color: #694CEC;
}
.BgClassName
{
background-color: #694CEC;
}
</style>
border-color css
<style>
span { border-color: #694CEC; }
span { border-color: rgb(105,76,236); }
td.TdClassName
{
border-color: #694CEC;
}
.TagClassName
{
border-color: #694CEC;
}
</style>