Shades of Medium Slate Blue #606FFB
Tints of Medium Slate Blue #606FFB
RGB
CMYK
RGB Variations
Color information
#606FFB (or 0x606FFB) is known color: Medium Slate Blue. HEX triplet: 60, 6F and FB. RGB value is (96,111,251). Sum of RGB (Red+Green+Blue) = 96+111+251=458 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.96% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #606FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606FFB is #9F9004. Grayscale: #797979. Windows color (decimal): -10457093 or 16478048. OLE color: 16478048.
HSL color Cylindrical-coordinate representation of color #606FFB: hue angle of 234.19º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #606FFB is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 111 | 251 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.02 |
| HSL | 234.19º | 0.95% | 0.68% | - |
| HSV(B) | 234.19º | 0.62% | 0.98% | - |
| XYZ | 27.92 | 20.82 | 93.81 | - |
| YUV | 122.48 | 200.53 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 251 | 0.62 | 0.56 | 0 | 0.02 | 234.19 | 0.95 | 0.68 |
| Hex | 60 | 6F | FB | 3E | 38 | 0 | 2 | EA | 5F | 44 |
| Octal | 140 | 157 | 373 | 76 | 70 | 0 | 2 | 352 | 137 | 104 |
| Binary | 1100000 | 1101111 | 11111011 | 111110 | 111000 | 0 | 10 | 11101010 | 1011111 | 1000100 |
Color Harmonies of #606FFB
Complementary color
Monochromatic Colors of #606FFB
Black with #606FFB
Text Example
Text Example
White with #606FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606FFB; }
p { color: rgb(96,111,251); }
H1.HeaderClassName
{
color: #606FFB;
}
.AnyTagClassName
{
color: #606FFB;
}
</style>
background-color css
<style>
a { background-color: #606FFB; }
a { background-color: rgb(96,111,251); }
div.DivClassName
{
background-color: #606FFB;
}
.BgClassName
{
background-color: #606FFB;
}
</style>
border-color css
<style>
span { border-color: #606FFB; }
span { border-color: rgb(96,111,251); }
td.TdClassName
{
border-color: #606FFB;
}
.TagClassName
{
border-color: #606FFB;
}
</style>