Shades of Medium Slate Blue #6F69DD
Tints of Medium Slate Blue #6F69DD
RGB
CMYK
RGB Variations
Color information
#6F69DD (or 0x6F69DD) is known color: Medium Slate Blue. HEX triplet: 6F, 69 and DD. RGB value is (111,105,221). Sum of RGB (Red+Green+Blue) = 111+105+221=437 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.40% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F69DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F69DD is #909622. Grayscale: #777777. Windows color (decimal): -9475619 or 14510447. OLE color: 14510447.
HSL color Cylindrical-coordinate representation of color #6F69DD: hue angle of 243.1º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F69DD is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 105 | 221 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.13 |
| HSL | 243.1º | 0.63% | 0.64% | - |
| HSV(B) | 243.1º | 0.52% | 0.87% | - |
| XYZ | 24.66 | 18.7 | 70.72 | - |
| YUV | 120.02 | 184.99 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 221 | 0.50 | 0.52 | 0 | 0.13 | 243.1 | 0.63 | 0.64 |
| Hex | 6F | 69 | DD | 32 | 34 | 0 | D | F3 | 3F | 40 |
| Octal | 157 | 151 | 335 | 62 | 64 | 0 | 15 | 363 | 77 | 100 |
| Binary | 1101111 | 1101001 | 11011101 | 110010 | 110100 | 0 | 1101 | 11110011 | 111111 | 1000000 |
Color Harmonies of #6F69DD
Complementary color
Monochromatic Colors of #6F69DD
Black with #6F69DD
Text Example
Text Example
White with #6F69DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F69DD; }
p { color: rgb(111,105,221); }
H1.HeaderClassName
{
color: #6F69DD;
}
.AnyTagClassName
{
color: #6F69DD;
}
</style>
background-color css
<style>
a { background-color: #6F69DD; }
a { background-color: rgb(111,105,221); }
div.DivClassName
{
background-color: #6F69DD;
}
.BgClassName
{
background-color: #6F69DD;
}
</style>
border-color css
<style>
span { border-color: #6F69DD; }
span { border-color: rgb(111,105,221); }
td.TdClassName
{
border-color: #6F69DD;
}
.TagClassName
{
border-color: #6F69DD;
}
</style>