Shades of Medium Slate Blue #6569FA
Tints of Medium Slate Blue #6569FA
RGB
CMYK
RGB Variations
Color information
#6569FA (or 0x6569FA) is known color: Medium Slate Blue. HEX triplet: 65, 69 and FA. RGB value is (101,105,250). Sum of RGB (Red+Green+Blue) = 101+105+250=456 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.15% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #6569FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6569FA is #9A9605. Grayscale: #777777. Windows color (decimal): -10130950 or 16410981. OLE color: 16410981.
HSL color Cylindrical-coordinate representation of color #6569FA: hue angle of 238.39º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6569FA is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 105 | 250 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.02 |
| HSL | 238.39º | 0.94% | 0.69% | - |
| HSV(B) | 238.39º | 0.6% | 0.98% | - |
| XYZ | 27.67 | 19.77 | 92.8 | - |
| YUV | 120.33 | 201.17 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 250 | 0.60 | 0.58 | 0 | 0.02 | 238.39 | 0.94 | 0.69 |
| Hex | 65 | 69 | FA | 3C | 3A | 0 | 2 | EE | 5E | 45 |
| Octal | 145 | 151 | 372 | 74 | 72 | 0 | 2 | 356 | 136 | 105 |
| Binary | 1100101 | 1101001 | 11111010 | 111100 | 111010 | 0 | 10 | 11101110 | 1011110 | 1000101 |
Color Harmonies of #6569FA
Complementary color
Monochromatic Colors of #6569FA
Black with #6569FA
Text Example
Text Example
White with #6569FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6569FA; }
p { color: rgb(101,105,250); }
H1.HeaderClassName
{
color: #6569FA;
}
.AnyTagClassName
{
color: #6569FA;
}
</style>
background-color css
<style>
a { background-color: #6569FA; }
a { background-color: rgb(101,105,250); }
div.DivClassName
{
background-color: #6569FA;
}
.BgClassName
{
background-color: #6569FA;
}
</style>
border-color css
<style>
span { border-color: #6569FA; }
span { border-color: rgb(101,105,250); }
td.TdClassName
{
border-color: #6569FA;
}
.TagClassName
{
border-color: #6569FA;
}
</style>