Shades of Medium Slate Blue #6F7ADF
Tints of Medium Slate Blue #6F7ADF
RGB
CMYK
RGB Variations
Color information
#6F7ADF (or 0x6F7ADF) is known color: Medium Slate Blue. HEX triplet: 6F, 7A and DF. RGB value is (111,122,223). Sum of RGB (Red+Green+Blue) = 111+122+223=456 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.34% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F7ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7ADF is #908520. Grayscale: #818181. Windows color (decimal): -9471265 or 14645871. OLE color: 14645871.
HSL color Cylindrical-coordinate representation of color #6F7ADF: hue angle of 234.11º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F7ADF is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 122 | 223 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.13 |
| HSL | 234.11º | 0.64% | 0.65% | - |
| HSV(B) | 234.11º | 0.5% | 0.87% | - |
| XYZ | 26.83 | 22.63 | 72.77 | - |
| YUV | 130.23 | 180.36 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 122 | 223 | 0.50 | 0.45 | 0 | 0.13 | 234.11 | 0.64 | 0.65 |
| Hex | 6F | 7A | DF | 32 | 2D | 0 | D | EA | 40 | 41 |
| Octal | 157 | 172 | 337 | 62 | 55 | 0 | 15 | 352 | 100 | 101 |
| Binary | 1101111 | 1111010 | 11011111 | 110010 | 101101 | 0 | 1101 | 11101010 | 1000000 | 1000001 |
Color Harmonies of #6F7ADF
Complementary color
Monochromatic Colors of #6F7ADF
Black with #6F7ADF
Text Example
Text Example
White with #6F7ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7ADF; }
p { color: rgb(111,122,223); }
H1.HeaderClassName
{
color: #6F7ADF;
}
.AnyTagClassName
{
color: #6F7ADF;
}
</style>
background-color css
<style>
a { background-color: #6F7ADF; }
a { background-color: rgb(111,122,223); }
div.DivClassName
{
background-color: #6F7ADF;
}
.BgClassName
{
background-color: #6F7ADF;
}
</style>
border-color css
<style>
span { border-color: #6F7ADF; }
span { border-color: rgb(111,122,223); }
td.TdClassName
{
border-color: #6F7ADF;
}
.TagClassName
{
border-color: #6F7ADF;
}
</style>