Shades of Medium Slate Blue #6067F8
Tints of Medium Slate Blue #6067F8
RGB
CMYK
RGB Variations
Color information
#6067F8 (or 0x6067F8) is known color: Medium Slate Blue. HEX triplet: 60, 67 and F8. RGB value is (96,103,248). Sum of RGB (Red+Green+Blue) = 96+103+248=447 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.48% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 248 (97.27% from 255 or 55.48% from 447); Max value from RGB is 248 - color contains mainly: blue. Hex color #6067F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6067F8 is #9F9807. Grayscale: #747474. Windows color (decimal): -10459144 or 16279392. OLE color: 16279392.
HSL color Cylindrical-coordinate representation of color #6067F8: hue angle of 237.24º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6067F8 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 103 | 248 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.03 |
| HSL | 237.24º | 0.92% | 0.67% | - |
| HSV(B) | 237.24º | 0.61% | 0.97% | - |
| XYZ | 26.62 | 18.96 | 91.06 | - |
| YUV | 117.44 | 201.68 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 248 | 0.61 | 0.58 | 0 | 0.03 | 237.24 | 0.92 | 0.67 |
| Hex | 60 | 67 | F8 | 3D | 3A | 0 | 3 | ED | 5C | 43 |
| Octal | 140 | 147 | 370 | 75 | 72 | 0 | 3 | 355 | 134 | 103 |
| Binary | 1100000 | 1100111 | 11111000 | 111101 | 111010 | 0 | 11 | 11101101 | 1011100 | 1000011 |
Color Harmonies of #6067F8
Complementary color
Monochromatic Colors of #6067F8
Black with #6067F8
Text Example
Text Example
White with #6067F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6067F8; }
p { color: rgb(96,103,248); }
H1.HeaderClassName
{
color: #6067F8;
}
.AnyTagClassName
{
color: #6067F8;
}
</style>
background-color css
<style>
a { background-color: #6067F8; }
a { background-color: rgb(96,103,248); }
div.DivClassName
{
background-color: #6067F8;
}
.BgClassName
{
background-color: #6067F8;
}
</style>
border-color css
<style>
span { border-color: #6067F8; }
span { border-color: rgb(96,103,248); }
td.TdClassName
{
border-color: #6067F8;
}
.TagClassName
{
border-color: #6067F8;
}
</style>