Shades of Medium Slate Blue #696BFA
Tints of Medium Slate Blue #696BFA
RGB
CMYK
RGB Variations
Color information
#696BFA (or 0x696BFA) is known color: Medium Slate Blue. HEX triplet: 69, 6B and FA. RGB value is (105,107,250). Sum of RGB (Red+Green+Blue) = 105+107+250=462 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.73% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #696BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696BFA is #969405. Grayscale: #7A7A7A. Windows color (decimal): -9868294 or 16411497. OLE color: 16411497.
HSL color Cylindrical-coordinate representation of color #696BFA: hue angle of 239.17º degrees, saturation: 0.94, 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 #696BFA is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 107 | 250 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.02 |
| HSL | 239.17º | 0.94% | 0.7% | - |
| HSV(B) | 239.17º | 0.58% | 0.98% | - |
| XYZ | 28.34 | 20.42 | 92.89 | - |
| YUV | 122.7 | 199.84 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 250 | 0.58 | 0.57 | 0 | 0.02 | 239.17 | 0.94 | 0.7 |
| Hex | 69 | 6B | FA | 3A | 39 | 0 | 2 | EF | 5E | 46 |
| Octal | 151 | 153 | 372 | 72 | 71 | 0 | 2 | 357 | 136 | 106 |
| Binary | 1101001 | 1101011 | 11111010 | 111010 | 111001 | 0 | 10 | 11101111 | 1011110 | 1000110 |
Color Harmonies of #696BFA
Complementary color
Monochromatic Colors of #696BFA
Black with #696BFA
Text Example
Text Example
White with #696BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696BFA; }
p { color: rgb(105,107,250); }
H1.HeaderClassName
{
color: #696BFA;
}
.AnyTagClassName
{
color: #696BFA;
}
</style>
background-color css
<style>
a { background-color: #696BFA; }
a { background-color: rgb(105,107,250); }
div.DivClassName
{
background-color: #696BFA;
}
.BgClassName
{
background-color: #696BFA;
}
</style>
border-color css
<style>
span { border-color: #696BFA; }
span { border-color: rgb(105,107,250); }
td.TdClassName
{
border-color: #696BFA;
}
.TagClassName
{
border-color: #696BFA;
}
</style>