Shades of Medium Slate Blue #6B6CF8
Tints of Medium Slate Blue #6B6CF8
RGB
CMYK
RGB Variations
Color information
#6B6CF8 (or 0x6B6CF8) is known color: Medium Slate Blue. HEX triplet: 6B, 6C and F8. RGB value is (107,108,248). Sum of RGB (Red+Green+Blue) = 107+108+248=463 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.11% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 248 (97.27% from 255 or 53.56% from 463); Max value from RGB is 248 - color contains mainly: blue. Hex color #6B6CF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B6CF8 is #949307. Grayscale: #7B7B7B. Windows color (decimal): -9736968 or 16280683. OLE color: 16280683.
HSL color Cylindrical-coordinate representation of color #6B6CF8: hue angle of 239.57º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B6CF8 is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 107 | 108 | 248 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.03 |
| HSL | 239.57º | 0.91% | 0.7% | - |
| HSV(B) | 239.57º | 0.57% | 0.97% | - |
| XYZ | 28.37 | 20.63 | 91.29 | - |
| YUV | 123.66 | 198.17 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 108 | 248 | 0.57 | 0.56 | 0 | 0.03 | 239.57 | 0.91 | 0.7 |
| Hex | 6B | 6C | F8 | 39 | 38 | 0 | 3 | F0 | 5B | 46 |
| Octal | 153 | 154 | 370 | 71 | 70 | 0 | 3 | 360 | 133 | 106 |
| Binary | 1101011 | 1101100 | 11111000 | 111001 | 111000 | 0 | 11 | 11110000 | 1011011 | 1000110 |
Color Harmonies of #6B6CF8
Complementary color
Monochromatic Colors of #6B6CF8
Black with #6B6CF8
Text Example
Text Example
White with #6B6CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6CF8; }
p { color: rgb(107,108,248); }
H1.HeaderClassName
{
color: #6B6CF8;
}
.AnyTagClassName
{
color: #6B6CF8;
}
</style>
background-color css
<style>
a { background-color: #6B6CF8; }
a { background-color: rgb(107,108,248); }
div.DivClassName
{
background-color: #6B6CF8;
}
.BgClassName
{
background-color: #6B6CF8;
}
</style>
border-color css
<style>
span { border-color: #6B6CF8; }
span { border-color: rgb(107,108,248); }
td.TdClassName
{
border-color: #6B6CF8;
}
.TagClassName
{
border-color: #6B6CF8;
}
</style>