Shades of Medium Slate Blue #6F65FF
Tints of Medium Slate Blue #6F65FF
RGB
CMYK
RGB Variations
Color information
#6F65FF (or 0x6F65FF) is known color: Medium Slate Blue. HEX triplet: 6F, 65 and FF. RGB value is (111,101,255). Sum of RGB (Red+Green+Blue) = 111+101+255=467 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.77% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F65FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F65FF is #909A00. Grayscale: #787878. Windows color (decimal): -9476609 or 16737647. OLE color: 16737647.
HSL color Cylindrical-coordinate representation of color #6F65FF: hue angle of 243.9º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F65FF is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 101 | 255 | - |
| CMYK | 0.56 | 0.60 | 0 | 0 |
| HSL | 243.9º | 1% | 0.7% | - |
| HSV(B) | 243.9º | 0.6% | 1% | - |
| XYZ | 29.26 | 19.91 | 96.91 | - |
| YUV | 121.55 | 203.31 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 255 | 0.56 | 0.60 | 0 | 0 | 243.9 | 1 | 0.7 |
| Hex | 6F | 65 | FF | 38 | 3C | 0 | 0 | F4 | 64 | 46 |
| Octal | 157 | 145 | 377 | 70 | 74 | 0 | 0 | 364 | 144 | 106 |
| Binary | 1101111 | 1100101 | 11111111 | 111000 | 111100 | 0 | 0 | 11110100 | 1100100 | 1000110 |
Color Harmonies of #6F65FF
Complementary color
Monochromatic Colors of #6F65FF
Black with #6F65FF
Text Example
Text Example
White with #6F65FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F65FF; }
p { color: rgb(111,101,255); }
H1.HeaderClassName
{
color: #6F65FF;
}
.AnyTagClassName
{
color: #6F65FF;
}
</style>
background-color css
<style>
a { background-color: #6F65FF; }
a { background-color: rgb(111,101,255); }
div.DivClassName
{
background-color: #6F65FF;
}
.BgClassName
{
background-color: #6F65FF;
}
</style>
border-color css
<style>
span { border-color: #6F65FF; }
span { border-color: rgb(111,101,255); }
td.TdClassName
{
border-color: #6F65FF;
}
.TagClassName
{
border-color: #6F65FF;
}
</style>