Shades of Medium Slate Blue #6D7BDF
Tints of Medium Slate Blue #6D7BDF
RGB
CMYK
RGB Variations
Color information
#6D7BDF (or 0x6D7BDF) is known color: Medium Slate Blue. HEX triplet: 6D, 7B and DF. RGB value is (109,123,223). Sum of RGB (Red+Green+Blue) = 109+123+223=455 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.96% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #6D7BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7BDF is #928420. Grayscale: #818181. Windows color (decimal): -9602081 or 14646125. OLE color: 14646125.
HSL color Cylindrical-coordinate representation of color #6D7BDF: hue angle of 232.63º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D7BDF is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 123 | 223 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.13 |
| HSL | 232.63º | 0.64% | 0.65% | - |
| HSV(B) | 232.63º | 0.51% | 0.87% | - |
| XYZ | 26.71 | 22.74 | 72.79 | - |
| YUV | 130.21 | 180.36 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 123 | 223 | 0.51 | 0.45 | 0 | 0.13 | 232.63 | 0.64 | 0.65 |
| Hex | 6D | 7B | DF | 33 | 2D | 0 | D | E9 | 40 | 41 |
| Octal | 155 | 173 | 337 | 63 | 55 | 0 | 15 | 351 | 100 | 101 |
| Binary | 1101101 | 1111011 | 11011111 | 110011 | 101101 | 0 | 1101 | 11101001 | 1000000 | 1000001 |
Color Harmonies of #6D7BDF
Complementary color
Monochromatic Colors of #6D7BDF
Black with #6D7BDF
Text Example
Text Example
White with #6D7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7BDF; }
p { color: rgb(109,123,223); }
H1.HeaderClassName
{
color: #6D7BDF;
}
.AnyTagClassName
{
color: #6D7BDF;
}
</style>
background-color css
<style>
a { background-color: #6D7BDF; }
a { background-color: rgb(109,123,223); }
div.DivClassName
{
background-color: #6D7BDF;
}
.BgClassName
{
background-color: #6D7BDF;
}
</style>
border-color css
<style>
span { border-color: #6D7BDF; }
span { border-color: rgb(109,123,223); }
td.TdClassName
{
border-color: #6D7BDF;
}
.TagClassName
{
border-color: #6D7BDF;
}
</style>