Shades of Medium Slate Blue #6B6BFC
Tints of Medium Slate Blue #6B6BFC
RGB
CMYK
RGB Variations
Color information
#6B6BFC (or 0x6B6BFC) is known color: Medium Slate Blue. HEX triplet: 6B, 6B and FC. RGB value is (107,107,252). Sum of RGB (Red+Green+Blue) = 107+107+252=466 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.96% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B6BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B6BFC is #949403. Grayscale: #7A7A7A. Windows color (decimal): -9737220 or 16542571. OLE color: 16542571.
HSL color Cylindrical-coordinate representation of color #6B6BFC: hue angle of 240º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B6BFC is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 107 | 252 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.01 |
| HSL | 240º | 0.96% | 0.7% | - |
| HSV(B) | 240º | 0.58% | 0.99% | - |
| XYZ | 28.89 | 20.67 | 94.56 | - |
| YUV | 123.53 | 200.5 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 107 | 252 | 0.58 | 0.58 | 0 | 0.01 | 240 | 0.96 | 0.7 |
| Hex | 6B | 6B | FC | 3A | 3A | 0 | 1 | F0 | 60 | 46 |
| Octal | 153 | 153 | 374 | 72 | 72 | 0 | 1 | 360 | 140 | 106 |
| Binary | 1101011 | 1101011 | 11111100 | 111010 | 111010 | 0 | 1 | 11110000 | 1100000 | 1000110 |
Color Harmonies of #6B6BFC
Complementary color
Monochromatic Colors of #6B6BFC
Black with #6B6BFC
Text Example
Text Example
White with #6B6BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6BFC; }
p { color: rgb(107,107,252); }
H1.HeaderClassName
{
color: #6B6BFC;
}
.AnyTagClassName
{
color: #6B6BFC;
}
</style>
background-color css
<style>
a { background-color: #6B6BFC; }
a { background-color: rgb(107,107,252); }
div.DivClassName
{
background-color: #6B6BFC;
}
.BgClassName
{
background-color: #6B6BFC;
}
</style>
border-color css
<style>
span { border-color: #6B6BFC; }
span { border-color: rgb(107,107,252); }
td.TdClassName
{
border-color: #6B6BFC;
}
.TagClassName
{
border-color: #6B6BFC;
}
</style>