Shades of Medium Slate Blue #606BFB
Tints of Medium Slate Blue #606BFB
RGB
CMYK
RGB Variations
Color information
#606BFB (or 0x606BFB) is known color: Medium Slate Blue. HEX triplet: 60, 6B and FB. RGB value is (96,107,251). Sum of RGB (Red+Green+Blue) = 96+107+251=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #606BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606BFB is #9F9404. Grayscale: #777777. Windows color (decimal): -10458117 or 16477024. OLE color: 16477024.
HSL color Cylindrical-coordinate representation of color #606BFB: hue angle of 235.74º 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 #606BFB is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 107 | 251 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.02 |
| HSL | 235.74º | 0.95% | 0.68% | - |
| HSV(B) | 235.74º | 0.62% | 0.98% | - |
| XYZ | 27.49 | 19.97 | 93.67 | - |
| YUV | 120.13 | 201.86 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 107 | 251 | 0.62 | 0.57 | 0 | 0.02 | 235.74 | 0.95 | 0.68 |
| Hex | 60 | 6B | FB | 3E | 39 | 0 | 2 | EC | 5F | 44 |
| Octal | 140 | 153 | 373 | 76 | 71 | 0 | 2 | 354 | 137 | 104 |
| Binary | 1100000 | 1101011 | 11111011 | 111110 | 111001 | 0 | 10 | 11101100 | 1011111 | 1000100 |
Color Harmonies of #606BFB
Complementary color
Monochromatic Colors of #606BFB
Black with #606BFB
Text Example
Text Example
White with #606BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606BFB; }
p { color: rgb(96,107,251); }
H1.HeaderClassName
{
color: #606BFB;
}
.AnyTagClassName
{
color: #606BFB;
}
</style>
background-color css
<style>
a { background-color: #606BFB; }
a { background-color: rgb(96,107,251); }
div.DivClassName
{
background-color: #606BFB;
}
.BgClassName
{
background-color: #606BFB;
}
</style>
border-color css
<style>
span { border-color: #606BFB; }
span { border-color: rgb(96,107,251); }
td.TdClassName
{
border-color: #606BFB;
}
.TagClassName
{
border-color: #606BFB;
}
</style>