Shades of Medium Slate Blue #606FFA
Tints of Medium Slate Blue #606FFA
RGB
CMYK
RGB Variations
Color information
#606FFA (or 0x606FFA) is known color: Medium Slate Blue. HEX triplet: 60, 6F and FA. RGB value is (96,111,250). Sum of RGB (Red+Green+Blue) = 96+111+250=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #606FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606FFA is #9F9005. Grayscale: #797979. Windows color (decimal): -10457094 or 16412512. OLE color: 16412512.
HSL color Cylindrical-coordinate representation of color #606FFA: hue angle of 234.16º degrees, saturation: 0.94, 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 #606FFA is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 111 | 250 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.02 |
| HSL | 234.16º | 0.94% | 0.68% | - |
| HSV(B) | 234.16º | 0.62% | 0.98% | - |
| XYZ | 27.76 | 20.76 | 92.99 | - |
| YUV | 122.36 | 200.03 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 250 | 0.62 | 0.56 | 0 | 0.02 | 234.16 | 0.94 | 0.68 |
| Hex | 60 | 6F | FA | 3E | 38 | 0 | 2 | EA | 5E | 44 |
| Octal | 140 | 157 | 372 | 76 | 70 | 0 | 2 | 352 | 136 | 104 |
| Binary | 1100000 | 1101111 | 11111010 | 111110 | 111000 | 0 | 10 | 11101010 | 1011110 | 1000100 |
Color Harmonies of #606FFA
Complementary color
Monochromatic Colors of #606FFA
Black with #606FFA
Text Example
Text Example
White with #606FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606FFA; }
p { color: rgb(96,111,250); }
H1.HeaderClassName
{
color: #606FFA;
}
.AnyTagClassName
{
color: #606FFA;
}
</style>
background-color css
<style>
a { background-color: #606FFA; }
a { background-color: rgb(96,111,250); }
div.DivClassName
{
background-color: #606FFA;
}
.BgClassName
{
background-color: #606FFA;
}
</style>
border-color css
<style>
span { border-color: #606FFA; }
span { border-color: rgb(96,111,250); }
td.TdClassName
{
border-color: #606FFA;
}
.TagClassName
{
border-color: #606FFA;
}
</style>