Shades of Medium Slate Blue #694BF1
Tints of Medium Slate Blue #694BF1
RGB
CMYK
RGB Variations
Color information
#694BF1 (or 0x694BF1) is known color: Medium Slate Blue. HEX triplet: 69, 4B and F1. RGB value is (105,75,241). Sum of RGB (Red+Green+Blue) = 105+75+241=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 241 (94.53% from 255 or 57.24% from 421); Max value from RGB is 241 - color contains mainly: blue. Hex color #694BF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #694BF1 is #96B40E. Grayscale: #666666. Windows color (decimal): -9876495 or 15813481. OLE color: 15813481.
HSL color Cylindrical-coordinate representation of color #694BF1: hue angle of 250.84º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #694BF1 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 75 | 241 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.05 |
| HSL | 250.84º | 0.86% | 0.62% | - |
| HSV(B) | 250.84º | 0.69% | 0.95% | - |
| XYZ | 24.22 | 14.39 | 84.72 | - |
| YUV | 102.89 | 205.94 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 241 | 0.56 | 0.69 | 0 | 0.05 | 250.84 | 0.86 | 0.62 |
| Hex | 69 | 4B | F1 | 38 | 45 | 0 | 5 | FB | 56 | 3E |
| Octal | 151 | 113 | 361 | 70 | 105 | 0 | 5 | 373 | 126 | 76 |
| Binary | 1101001 | 1001011 | 11110001 | 111000 | 1000101 | 0 | 101 | 11111011 | 1010110 | 111110 |
Color Harmonies of #694BF1
Complementary color
Monochromatic Colors of #694BF1
Black with #694BF1
Text Example
Text Example
White with #694BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694BF1; }
p { color: rgb(105,75,241); }
H1.HeaderClassName
{
color: #694BF1;
}
.AnyTagClassName
{
color: #694BF1;
}
</style>
background-color css
<style>
a { background-color: #694BF1; }
a { background-color: rgb(105,75,241); }
div.DivClassName
{
background-color: #694BF1;
}
.BgClassName
{
background-color: #694BF1;
}
</style>
border-color css
<style>
span { border-color: #694BF1; }
span { border-color: rgb(105,75,241); }
td.TdClassName
{
border-color: #694BF1;
}
.TagClassName
{
border-color: #694BF1;
}
</style>