Shades of Medium Slate Blue #697AF8
Tints of Medium Slate Blue #697AF8
RGB
CMYK
RGB Variations
Color information
#697AF8 (or 0x697AF8) is known color: Medium Slate Blue. HEX triplet: 69, 7A and F8. RGB value is (105,122,248). Sum of RGB (Red+Green+Blue) = 105+122+248=475 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.11% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 248 (97.27% from 255 or 52.21% from 475); Max value from RGB is 248 - color contains mainly: blue. Hex color #697AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697AF8 is #968507. Grayscale: #828282. Windows color (decimal): -9864456 or 16284265. OLE color: 16284265.
HSL color Cylindrical-coordinate representation of color #697AF8: hue angle of 232.87º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #697AF8 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 105 | 122 | 248 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.03 |
| HSL | 232.87º | 0.91% | 0.69% | - |
| HSV(B) | 232.87º | 0.58% | 0.97% | - |
| XYZ | 29.73 | 23.7 | 91.81 | - |
| YUV | 131.28 | 193.87 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 248 | 0.58 | 0.51 | 0 | 0.03 | 232.87 | 0.91 | 0.69 |
| Hex | 69 | 7A | F8 | 3A | 33 | 0 | 3 | E9 | 5B | 45 |
| Octal | 151 | 172 | 370 | 72 | 63 | 0 | 3 | 351 | 133 | 105 |
| Binary | 1101001 | 1111010 | 11111000 | 111010 | 110011 | 0 | 11 | 11101001 | 1011011 | 1000101 |
Color Harmonies of #697AF8
Complementary color
Monochromatic Colors of #697AF8
Black with #697AF8
Text Example
Text Example
White with #697AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697AF8; }
p { color: rgb(105,122,248); }
H1.HeaderClassName
{
color: #697AF8;
}
.AnyTagClassName
{
color: #697AF8;
}
</style>
background-color css
<style>
a { background-color: #697AF8; }
a { background-color: rgb(105,122,248); }
div.DivClassName
{
background-color: #697AF8;
}
.BgClassName
{
background-color: #697AF8;
}
</style>
border-color css
<style>
span { border-color: #697AF8; }
span { border-color: rgb(105,122,248); }
td.TdClassName
{
border-color: #697AF8;
}
.TagClassName
{
border-color: #697AF8;
}
</style>