Shades of Medium Slate Blue #6069EF
Tints of Medium Slate Blue #6069EF
RGB
CMYK
RGB Variations
Color information
#6069EF (or 0x6069EF) is known color: Medium Slate Blue. HEX triplet: 60, 69 and EF. RGB value is (96,105,239). Sum of RGB (Red+Green+Blue) = 96+105+239=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #6069EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6069EF is #9F9610. Grayscale: #757575. Windows color (decimal): -10458641 or 15690080. OLE color: 15690080.
HSL color Cylindrical-coordinate representation of color #6069EF: hue angle of 236.22º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6069EF is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 105 | 239 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.06 |
| HSL | 236.22º | 0.82% | 0.66% | - |
| HSV(B) | 236.22º | 0.6% | 0.94% | - |
| XYZ | 25.46 | 18.82 | 83.95 | - |
| YUV | 117.59 | 196.52 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 105 | 239 | 0.60 | 0.56 | 0 | 0.06 | 236.22 | 0.82 | 0.66 |
| Hex | 60 | 69 | EF | 3C | 38 | 0 | 6 | EC | 52 | 42 |
| Octal | 140 | 151 | 357 | 74 | 70 | 0 | 6 | 354 | 122 | 102 |
| Binary | 1100000 | 1101001 | 11101111 | 111100 | 111000 | 0 | 110 | 11101100 | 1010010 | 1000010 |
Color Harmonies of #6069EF
Complementary color
Monochromatic Colors of #6069EF
Black with #6069EF
Text Example
Text Example
White with #6069EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6069EF; }
p { color: rgb(96,105,239); }
H1.HeaderClassName
{
color: #6069EF;
}
.AnyTagClassName
{
color: #6069EF;
}
</style>
background-color css
<style>
a { background-color: #6069EF; }
a { background-color: rgb(96,105,239); }
div.DivClassName
{
background-color: #6069EF;
}
.BgClassName
{
background-color: #6069EF;
}
</style>
border-color css
<style>
span { border-color: #6069EF; }
span { border-color: rgb(96,105,239); }
td.TdClassName
{
border-color: #6069EF;
}
.TagClassName
{
border-color: #6069EF;
}
</style>