Shades of Medium Slate Blue #6B67FC
Tints of Medium Slate Blue #6B67FC
RGB
CMYK
RGB Variations
Color information
#6B67FC (or 0x6B67FC) is known color: Medium Slate Blue. HEX triplet: 6B, 67 and FC. RGB value is (107,103,252). Sum of RGB (Red+Green+Blue) = 107+103+252=462 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.16% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B67FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B67FC is #949803. Grayscale: #787878. Windows color (decimal): -9738244 or 16541547. OLE color: 16541547.
HSL color Cylindrical-coordinate representation of color #6B67FC: hue angle of 241.61º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B67FC is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 103 | 252 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.01 |
| HSL | 241.61º | 0.96% | 0.7% | - |
| HSV(B) | 241.61º | 0.59% | 0.99% | - |
| XYZ | 28.48 | 19.85 | 94.43 | - |
| YUV | 121.18 | 201.83 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 103 | 252 | 0.58 | 0.59 | 0 | 0.01 | 241.61 | 0.96 | 0.7 |
| Hex | 6B | 67 | FC | 3A | 3B | 0 | 1 | F2 | 60 | 46 |
| Octal | 153 | 147 | 374 | 72 | 73 | 0 | 1 | 362 | 140 | 106 |
| Binary | 1101011 | 1100111 | 11111100 | 111010 | 111011 | 0 | 1 | 11110010 | 1100000 | 1000110 |
Color Harmonies of #6B67FC
Complementary color
Monochromatic Colors of #6B67FC
Black with #6B67FC
Text Example
Text Example
White with #6B67FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B67FC; }
p { color: rgb(107,103,252); }
H1.HeaderClassName
{
color: #6B67FC;
}
.AnyTagClassName
{
color: #6B67FC;
}
</style>
background-color css
<style>
a { background-color: #6B67FC; }
a { background-color: rgb(107,103,252); }
div.DivClassName
{
background-color: #6B67FC;
}
.BgClassName
{
background-color: #6B67FC;
}
</style>
border-color css
<style>
span { border-color: #6B67FC; }
span { border-color: rgb(107,103,252); }
td.TdClassName
{
border-color: #6B67FC;
}
.TagClassName
{
border-color: #6B67FC;
}
</style>