Shades of Medium Slate Blue #6969FF
Tints of Medium Slate Blue #6969FF
RGB
CMYK
RGB Variations
Color information
#6969FF (or 0x6969FF) is known color: Medium Slate Blue. HEX triplet: 69, 69 and FF. RGB value is (105,105,255). Sum of RGB (Red+Green+Blue) = 105+105+255=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #6969FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6969FF is #969600. Grayscale: #797979. Windows color (decimal): -9868801 or 16738665. OLE color: 16738665.
HSL color Cylindrical-coordinate representation of color #6969FF: hue angle of 240º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6969FF is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 105 | 255 | - |
| CMYK | 0.59 | 0.59 | 0 | 0 |
| HSL | 240º | 1% | 0.71% | - |
| HSV(B) | 240º | 0.59% | 1% | - |
| XYZ | 28.93 | 20.33 | 97.01 | - |
| YUV | 122.1 | 203 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 105 | 255 | 0.59 | 0.59 | 0 | 0 | 240 | 1 | 0.71 |
| Hex | 69 | 69 | FF | 3B | 3B | 0 | 0 | F0 | 64 | 47 |
| Octal | 151 | 151 | 377 | 73 | 73 | 0 | 0 | 360 | 144 | 107 |
| Binary | 1101001 | 1101001 | 11111111 | 111011 | 111011 | 0 | 0 | 11110000 | 1100100 | 1000111 |
Color Harmonies of #6969FF
Complementary color
Monochromatic Colors of #6969FF
Black with #6969FF
Text Example
Text Example
White with #6969FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6969FF; }
p { color: rgb(105,105,255); }
H1.HeaderClassName
{
color: #6969FF;
}
.AnyTagClassName
{
color: #6969FF;
}
</style>
background-color css
<style>
a { background-color: #6969FF; }
a { background-color: rgb(105,105,255); }
div.DivClassName
{
background-color: #6969FF;
}
.BgClassName
{
background-color: #6969FF;
}
</style>
border-color css
<style>
span { border-color: #6969FF; }
span { border-color: rgb(105,105,255); }
td.TdClassName
{
border-color: #6969FF;
}
.TagClassName
{
border-color: #6969FF;
}
</style>