Shades of Medium Slate Blue #6F69DC
Tints of Medium Slate Blue #6F69DC
RGB
CMYK
RGB Variations
Color information
#6F69DC (or 0x6F69DC) is known color: Medium Slate Blue. HEX triplet: 6F, 69 and DC. RGB value is (111,105,220). Sum of RGB (Red+Green+Blue) = 111+105+220=436 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.46% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F69DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F69DC is #909623. Grayscale: #777777. Windows color (decimal): -9475620 or 14444911. OLE color: 14444911.
HSL color Cylindrical-coordinate representation of color #6F69DC: hue angle of 243.13º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F69DC is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 105 | 220 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.14 |
| HSL | 243.13º | 0.62% | 0.64% | - |
| HSV(B) | 243.13º | 0.52% | 0.86% | - |
| XYZ | 24.53 | 18.65 | 70.02 | - |
| YUV | 119.9 | 184.49 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 220 | 0.50 | 0.52 | 0 | 0.14 | 243.13 | 0.62 | 0.64 |
| Hex | 6F | 69 | DC | 32 | 34 | 0 | E | F3 | 3E | 40 |
| Octal | 157 | 151 | 334 | 62 | 64 | 0 | 16 | 363 | 76 | 100 |
| Binary | 1101111 | 1101001 | 11011100 | 110010 | 110100 | 0 | 1110 | 11110011 | 111110 | 1000000 |
Color Harmonies of #6F69DC
Complementary color
Monochromatic Colors of #6F69DC
Black with #6F69DC
Text Example
Text Example
White with #6F69DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F69DC; }
p { color: rgb(111,105,220); }
H1.HeaderClassName
{
color: #6F69DC;
}
.AnyTagClassName
{
color: #6F69DC;
}
</style>
background-color css
<style>
a { background-color: #6F69DC; }
a { background-color: rgb(111,105,220); }
div.DivClassName
{
background-color: #6F69DC;
}
.BgClassName
{
background-color: #6F69DC;
}
</style>
border-color css
<style>
span { border-color: #6F69DC; }
span { border-color: rgb(111,105,220); }
td.TdClassName
{
border-color: #6F69DC;
}
.TagClassName
{
border-color: #6F69DC;
}
</style>