Shades of Medium Slate Blue #6B76DF
Tints of Medium Slate Blue #6B76DF
RGB
CMYK
RGB Variations
Color information
#6B76DF (or 0x6B76DF) is known color: Medium Slate Blue. HEX triplet: 6B, 76 and DF. RGB value is (107,118,223). Sum of RGB (Red+Green+Blue) = 107+118+223=448 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.88% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #6B76DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B76DF is #948920. Grayscale: #7E7E7E. Windows color (decimal): -9734433 or 14644843. OLE color: 14644843.
HSL color Cylindrical-coordinate representation of color #6B76DF: hue angle of 234.31º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B76DF is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 118 | 223 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.13 |
| HSL | 234.31º | 0.64% | 0.65% | - |
| HSV(B) | 234.31º | 0.52% | 0.87% | - |
| XYZ | 25.86 | 21.41 | 72.58 | - |
| YUV | 126.68 | 182.36 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 223 | 0.52 | 0.47 | 0 | 0.13 | 234.31 | 0.64 | 0.65 |
| Hex | 6B | 76 | DF | 34 | 2F | 0 | D | EA | 40 | 41 |
| Octal | 153 | 166 | 337 | 64 | 57 | 0 | 15 | 352 | 100 | 101 |
| Binary | 1101011 | 1110110 | 11011111 | 110100 | 101111 | 0 | 1101 | 11101010 | 1000000 | 1000001 |
Color Harmonies of #6B76DF
Complementary color
Monochromatic Colors of #6B76DF
Black with #6B76DF
Text Example
Text Example
White with #6B76DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B76DF; }
p { color: rgb(107,118,223); }
H1.HeaderClassName
{
color: #6B76DF;
}
.AnyTagClassName
{
color: #6B76DF;
}
</style>
background-color css
<style>
a { background-color: #6B76DF; }
a { background-color: rgb(107,118,223); }
div.DivClassName
{
background-color: #6B76DF;
}
.BgClassName
{
background-color: #6B76DF;
}
</style>
border-color css
<style>
span { border-color: #6B76DF; }
span { border-color: rgb(107,118,223); }
td.TdClassName
{
border-color: #6B76DF;
}
.TagClassName
{
border-color: #6B76DF;
}
</style>