Shades of Medium Slate Blue #696FFB
Tints of Medium Slate Blue #696FFB
RGB
CMYK
RGB Variations
Color information
#696FFB (or 0x696FFB) is known color: Medium Slate Blue. HEX triplet: 69, 6F and FB. RGB value is (105,111,251). Sum of RGB (Red+Green+Blue) = 105+111+251=467 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.48% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #696FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696FFB is #969004. Grayscale: #7C7C7C. Windows color (decimal): -9867269 or 16478057. OLE color: 16478057.
HSL color Cylindrical-coordinate representation of color #696FFB: hue angle of 237.53º 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 #696FFB is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 111 | 251 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.02 |
| HSL | 237.53º | 0.95% | 0.7% | - |
| HSV(B) | 237.53º | 0.58% | 0.98% | - |
| XYZ | 28.92 | 21.34 | 93.86 | - |
| YUV | 125.17 | 199.01 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 251 | 0.58 | 0.56 | 0 | 0.02 | 237.53 | 0.95 | 0.7 |
| Hex | 69 | 6F | FB | 3A | 38 | 0 | 2 | EE | 5F | 46 |
| Octal | 151 | 157 | 373 | 72 | 70 | 0 | 2 | 356 | 137 | 106 |
| Binary | 1101001 | 1101111 | 11111011 | 111010 | 111000 | 0 | 10 | 11101110 | 1011111 | 1000110 |
Color Harmonies of #696FFB
Complementary color
Monochromatic Colors of #696FFB
Black with #696FFB
Text Example
Text Example
White with #696FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696FFB; }
p { color: rgb(105,111,251); }
H1.HeaderClassName
{
color: #696FFB;
}
.AnyTagClassName
{
color: #696FFB;
}
</style>
background-color css
<style>
a { background-color: #696FFB; }
a { background-color: rgb(105,111,251); }
div.DivClassName
{
background-color: #696FFB;
}
.BgClassName
{
background-color: #696FFB;
}
</style>
border-color css
<style>
span { border-color: #696FFB; }
span { border-color: rgb(105,111,251); }
td.TdClassName
{
border-color: #696FFB;
}
.TagClassName
{
border-color: #696FFB;
}
</style>