Shades of Medium Slate Blue #606FFC
Tints of Medium Slate Blue #606FFC
RGB
CMYK
RGB Variations
Color information
#606FFC (or 0x606FFC) is known color: Medium Slate Blue. HEX triplet: 60, 6F and FC. RGB value is (96,111,252). Sum of RGB (Red+Green+Blue) = 96+111+252=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #606FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606FFC is #9F9003. Grayscale: #7A7A7A. Windows color (decimal): -10457092 or 16543584. OLE color: 16543584.
HSL color Cylindrical-coordinate representation of color #606FFC: hue angle of 234.23º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #606FFC is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 111 | 252 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.01 |
| HSL | 234.23º | 0.96% | 0.68% | - |
| HSV(B) | 234.23º | 0.62% | 0.99% | - |
| XYZ | 28.08 | 20.88 | 94.65 | - |
| YUV | 122.59 | 201.03 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 252 | 0.62 | 0.56 | 0 | 0.01 | 234.23 | 0.96 | 0.68 |
| Hex | 60 | 6F | FC | 3E | 38 | 0 | 1 | EA | 60 | 44 |
| Octal | 140 | 157 | 374 | 76 | 70 | 0 | 1 | 352 | 140 | 104 |
| Binary | 1100000 | 1101111 | 11111100 | 111110 | 111000 | 0 | 1 | 11101010 | 1100000 | 1000100 |
Color Harmonies of #606FFC
Complementary color
Monochromatic Colors of #606FFC
Black with #606FFC
Text Example
Text Example
White with #606FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606FFC; }
p { color: rgb(96,111,252); }
H1.HeaderClassName
{
color: #606FFC;
}
.AnyTagClassName
{
color: #606FFC;
}
</style>
background-color css
<style>
a { background-color: #606FFC; }
a { background-color: rgb(96,111,252); }
div.DivClassName
{
background-color: #606FFC;
}
.BgClassName
{
background-color: #606FFC;
}
</style>
border-color css
<style>
span { border-color: #606FFC; }
span { border-color: rgb(96,111,252); }
td.TdClassName
{
border-color: #606FFC;
}
.TagClassName
{
border-color: #606FFC;
}
</style>