Shades of Medium Slate Blue #6069F9
Tints of Medium Slate Blue #6069F9
RGB
CMYK
RGB Variations
Color information
#6069F9 (or 0x6069F9) is known color: Medium Slate Blue. HEX triplet: 60, 69 and F9. RGB value is (96,105,249). Sum of RGB (Red+Green+Blue) = 96+105+249=450 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.33% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 249 (97.66% from 255 or 55.33% from 450); Max value from RGB is 249 - color contains mainly: blue. Hex color #6069F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6069F9 is #9F9606. Grayscale: #767676. Windows color (decimal): -10458631 or 16345440. OLE color: 16345440.
HSL color Cylindrical-coordinate representation of color #6069F9: hue angle of 236.47º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6069F9 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 105 | 249 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.02 |
| HSL | 236.47º | 0.93% | 0.68% | - |
| HSV(B) | 236.47º | 0.61% | 0.98% | - |
| XYZ | 26.97 | 19.43 | 91.95 | - |
| YUV | 118.73 | 201.52 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 105 | 249 | 0.61 | 0.58 | 0 | 0.02 | 236.47 | 0.93 | 0.68 |
| Hex | 60 | 69 | F9 | 3D | 3A | 0 | 2 | EC | 5D | 44 |
| Octal | 140 | 151 | 371 | 75 | 72 | 0 | 2 | 354 | 135 | 104 |
| Binary | 1100000 | 1101001 | 11111001 | 111101 | 111010 | 0 | 10 | 11101100 | 1011101 | 1000100 |
Color Harmonies of #6069F9
Complementary color
Monochromatic Colors of #6069F9
Black with #6069F9
Text Example
Text Example
White with #6069F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6069F9; }
p { color: rgb(96,105,249); }
H1.HeaderClassName
{
color: #6069F9;
}
.AnyTagClassName
{
color: #6069F9;
}
</style>
background-color css
<style>
a { background-color: #6069F9; }
a { background-color: rgb(96,105,249); }
div.DivClassName
{
background-color: #6069F9;
}
.BgClassName
{
background-color: #6069F9;
}
</style>
border-color css
<style>
span { border-color: #6069F9; }
span { border-color: rgb(96,105,249); }
td.TdClassName
{
border-color: #6069F9;
}
.TagClassName
{
border-color: #6069F9;
}
</style>