Shades of Medium Slate Blue #696FF1
Tints of Medium Slate Blue #696FF1
RGB
CMYK
RGB Variations
Color information
#696FF1 (or 0x696FF1) is known color: Medium Slate Blue. HEX triplet: 69, 6F and F1. RGB value is (105,111,241). Sum of RGB (Red+Green+Blue) = 105+111+241=457 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.98% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #696FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696FF1 is #96900E. Grayscale: #7B7B7B. Windows color (decimal): -9867279 or 15822697. OLE color: 15822697.
HSL color Cylindrical-coordinate representation of color #696FF1: hue angle of 237.35º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #696FF1 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 111 | 241 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.05 |
| HSL | 237.35º | 0.83% | 0.68% | - |
| HSV(B) | 237.35º | 0.56% | 0.95% | - |
| XYZ | 27.39 | 20.72 | 85.78 | - |
| YUV | 124.03 | 194.01 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 241 | 0.56 | 0.54 | 0 | 0.05 | 237.35 | 0.83 | 0.68 |
| Hex | 69 | 6F | F1 | 38 | 36 | 0 | 5 | ED | 53 | 44 |
| Octal | 151 | 157 | 361 | 70 | 66 | 0 | 5 | 355 | 123 | 104 |
| Binary | 1101001 | 1101111 | 11110001 | 111000 | 110110 | 0 | 101 | 11101101 | 1010011 | 1000100 |
Color Harmonies of #696FF1
Complementary color
Monochromatic Colors of #696FF1
Black with #696FF1
Text Example
Text Example
White with #696FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696FF1; }
p { color: rgb(105,111,241); }
H1.HeaderClassName
{
color: #696FF1;
}
.AnyTagClassName
{
color: #696FF1;
}
</style>
background-color css
<style>
a { background-color: #696FF1; }
a { background-color: rgb(105,111,241); }
div.DivClassName
{
background-color: #696FF1;
}
.BgClassName
{
background-color: #696FF1;
}
</style>
border-color css
<style>
span { border-color: #696FF1; }
span { border-color: rgb(105,111,241); }
td.TdClassName
{
border-color: #696FF1;
}
.TagClassName
{
border-color: #696FF1;
}
</style>