Shades of Medium Slate Blue #6569FE
Tints of Medium Slate Blue #6569FE
RGB
CMYK
RGB Variations
Color information
#6569FE (or 0x6569FE) is known color: Medium Slate Blue. HEX triplet: 65, 69 and FE. RGB value is (101,105,254). Sum of RGB (Red+Green+Blue) = 101+105+254=460 (60% of max value = 765). Red value is 101 (39.84% from 255 or 21.96% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #6569FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6569FE is #9A9601. Grayscale: #787878. Windows color (decimal): -10130946 or 16673125. OLE color: 16673125.
HSL color Cylindrical-coordinate representation of color #6569FE: hue angle of 238.43º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6569FE is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 105 | 254 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.00 |
| HSL | 238.43º | 0.99% | 0.7% | - |
| HSV(B) | 238.43º | 0.6% | 1% | - |
| XYZ | 28.31 | 20.03 | 96.14 | - |
| YUV | 120.79 | 203.17 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 254 | 0.60 | 0.59 | 0 | 0.00 | 238.43 | 0.99 | 0.7 |
| Hex | 65 | 69 | FE | 3C | 3B | 0 | 0 | EE | 63 | 46 |
| Octal | 145 | 151 | 376 | 74 | 73 | 0 | 0 | 356 | 143 | 106 |
| Binary | 1100101 | 1101001 | 11111110 | 111100 | 111011 | 0 | 0 | 11101110 | 1100011 | 1000110 |
Color Harmonies of #6569FE
Complementary color
Monochromatic Colors of #6569FE
Black with #6569FE
Text Example
Text Example
White with #6569FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6569FE; }
p { color: rgb(101,105,254); }
H1.HeaderClassName
{
color: #6569FE;
}
.AnyTagClassName
{
color: #6569FE;
}
</style>
background-color css
<style>
a { background-color: #6569FE; }
a { background-color: rgb(101,105,254); }
div.DivClassName
{
background-color: #6569FE;
}
.BgClassName
{
background-color: #6569FE;
}
</style>
border-color css
<style>
span { border-color: #6569FE; }
span { border-color: rgb(101,105,254); }
td.TdClassName
{
border-color: #6569FE;
}
.TagClassName
{
border-color: #6569FE;
}
</style>