Shades of Medium Slate Blue #6B72FA
Tints of Medium Slate Blue #6B72FA
RGB
CMYK
RGB Variations
Color information
#6B72FA (or 0x6B72FA) is known color: Medium Slate Blue. HEX triplet: 6B, 72 and FA. RGB value is (107,114,250). Sum of RGB (Red+Green+Blue) = 107+114+250=471 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.72% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B72FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B72FA is #948D05. Grayscale: #7E7E7E. Windows color (decimal): -9735430 or 16413291. OLE color: 16413291.
HSL color Cylindrical-coordinate representation of color #6B72FA: hue angle of 237.06º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B72FA is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 114 | 250 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.02 |
| HSL | 237.06º | 0.93% | 0.7% | - |
| HSV(B) | 237.06º | 0.57% | 0.98% | - |
| XYZ | 29.34 | 22.06 | 93.15 | - |
| YUV | 127.41 | 197.18 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 250 | 0.57 | 0.54 | 0 | 0.02 | 237.06 | 0.93 | 0.7 |
| Hex | 6B | 72 | FA | 39 | 36 | 0 | 2 | ED | 5D | 46 |
| Octal | 153 | 162 | 372 | 71 | 66 | 0 | 2 | 355 | 135 | 106 |
| Binary | 1101011 | 1110010 | 11111010 | 111001 | 110110 | 0 | 10 | 11101101 | 1011101 | 1000110 |
Color Harmonies of #6B72FA
Complementary color
Monochromatic Colors of #6B72FA
Black with #6B72FA
Text Example
Text Example
White with #6B72FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B72FA; }
p { color: rgb(107,114,250); }
H1.HeaderClassName
{
color: #6B72FA;
}
.AnyTagClassName
{
color: #6B72FA;
}
</style>
background-color css
<style>
a { background-color: #6B72FA; }
a { background-color: rgb(107,114,250); }
div.DivClassName
{
background-color: #6B72FA;
}
.BgClassName
{
background-color: #6B72FA;
}
</style>
border-color css
<style>
span { border-color: #6B72FA; }
span { border-color: rgb(107,114,250); }
td.TdClassName
{
border-color: #6B72FA;
}
.TagClassName
{
border-color: #6B72FA;
}
</style>