Shades of Medium Slate Blue #6B6BEF
Tints of Medium Slate Blue #6B6BEF
RGB
CMYK
RGB Variations
Color information
#6B6BEF (or 0x6B6BEF) is known color: Medium Slate Blue. HEX triplet: 6B, 6B and EF. RGB value is (107,107,239). Sum of RGB (Red+Green+Blue) = 107+107+239=453 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.62% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #6B6BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B6BEF is #949410. Grayscale: #797979. Windows color (decimal): -9737233 or 15690603. OLE color: 15690603.
HSL color Cylindrical-coordinate representation of color #6B6BEF: hue angle of 240º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B6BEF is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 107 | 239 | - |
| CMYK | 0.55 | 0.55 | 0 | 0.06 |
| HSL | 240º | 0.8% | 0.68% | - |
| HSV(B) | 240º | 0.55% | 0.94% | - |
| XYZ | 26.9 | 19.87 | 84.08 | - |
| YUV | 122.05 | 194 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 107 | 239 | 0.55 | 0.55 | 0 | 0.06 | 240 | 0.8 | 0.68 |
| Hex | 6B | 6B | EF | 37 | 37 | 0 | 6 | F0 | 50 | 44 |
| Octal | 153 | 153 | 357 | 67 | 67 | 0 | 6 | 360 | 120 | 104 |
| Binary | 1101011 | 1101011 | 11101111 | 110111 | 110111 | 0 | 110 | 11110000 | 1010000 | 1000100 |
Color Harmonies of #6B6BEF
Complementary color
Monochromatic Colors of #6B6BEF
Black with #6B6BEF
Text Example
Text Example
White with #6B6BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6BEF; }
p { color: rgb(107,107,239); }
H1.HeaderClassName
{
color: #6B6BEF;
}
.AnyTagClassName
{
color: #6B6BEF;
}
</style>
background-color css
<style>
a { background-color: #6B6BEF; }
a { background-color: rgb(107,107,239); }
div.DivClassName
{
background-color: #6B6BEF;
}
.BgClassName
{
background-color: #6B6BEF;
}
</style>
border-color css
<style>
span { border-color: #6B6BEF; }
span { border-color: rgb(107,107,239); }
td.TdClassName
{
border-color: #6B6BEF;
}
.TagClassName
{
border-color: #6B6BEF;
}
</style>