Shades of Medium Slate Blue #696DFB
Tints of Medium Slate Blue #696DFB
RGB
CMYK
RGB Variations
Color information
#696DFB (or 0x696DFB) is known color: Medium Slate Blue. HEX triplet: 69, 6D and FB. RGB value is (105,109,251). Sum of RGB (Red+Green+Blue) = 105+109+251=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #696DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696DFB is #969204. Grayscale: #7B7B7B. Windows color (decimal): -9867781 or 16477545. OLE color: 16477545.
HSL color Cylindrical-coordinate representation of color #696DFB: hue angle of 238.36º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #696DFB is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 109 | 251 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.02 |
| HSL | 238.36º | 0.95% | 0.7% | - |
| HSV(B) | 238.36º | 0.58% | 0.98% | - |
| XYZ | 28.71 | 20.91 | 93.79 | - |
| YUV | 123.99 | 199.67 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 251 | 0.58 | 0.57 | 0 | 0.02 | 238.36 | 0.95 | 0.7 |
| Hex | 69 | 6D | FB | 3A | 39 | 0 | 2 | EE | 5F | 46 |
| Octal | 151 | 155 | 373 | 72 | 71 | 0 | 2 | 356 | 137 | 106 |
| Binary | 1101001 | 1101101 | 11111011 | 111010 | 111001 | 0 | 10 | 11101110 | 1011111 | 1000110 |
Color Harmonies of #696DFB
Complementary color
Monochromatic Colors of #696DFB
Black with #696DFB
Text Example
Text Example
White with #696DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696DFB; }
p { color: rgb(105,109,251); }
H1.HeaderClassName
{
color: #696DFB;
}
.AnyTagClassName
{
color: #696DFB;
}
</style>
background-color css
<style>
a { background-color: #696DFB; }
a { background-color: rgb(105,109,251); }
div.DivClassName
{
background-color: #696DFB;
}
.BgClassName
{
background-color: #696DFB;
}
</style>
border-color css
<style>
span { border-color: #696DFB; }
span { border-color: rgb(105,109,251); }
td.TdClassName
{
border-color: #696DFB;
}
.TagClassName
{
border-color: #696DFB;
}
</style>