Shades of Medium Slate Blue #6965FF
Tints of Medium Slate Blue #6965FF
RGB
CMYK
RGB Variations
Color information
#6965FF (or 0x6965FF) is known color: Medium Slate Blue. HEX triplet: 69, 65 and FF. RGB value is (105,101,255). Sum of RGB (Red+Green+Blue) = 105+101+255=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #6965FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6965FF is #969A00. Grayscale: #777777. Windows color (decimal): -9869825 or 16737641. OLE color: 16737641.
HSL color Cylindrical-coordinate representation of color #6965FF: hue angle of 241.56º 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 #6965FF is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 101 | 255 | - |
| CMYK | 0.59 | 0.60 | 0 | 0 |
| HSL | 241.56º | 1% | 0.7% | - |
| HSV(B) | 241.56º | 0.6% | 1% | - |
| XYZ | 28.53 | 19.53 | 96.87 | - |
| YUV | 119.75 | 204.33 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 255 | 0.59 | 0.60 | 0 | 0 | 241.56 | 1 | 0.7 |
| Hex | 69 | 65 | FF | 3B | 3C | 0 | 0 | F2 | 64 | 46 |
| Octal | 151 | 145 | 377 | 73 | 74 | 0 | 0 | 362 | 144 | 106 |
| Binary | 1101001 | 1100101 | 11111111 | 111011 | 111100 | 0 | 0 | 11110010 | 1100100 | 1000110 |
Color Harmonies of #6965FF
Complementary color
Monochromatic Colors of #6965FF
Black with #6965FF
Text Example
Text Example
White with #6965FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6965FF; }
p { color: rgb(105,101,255); }
H1.HeaderClassName
{
color: #6965FF;
}
.AnyTagClassName
{
color: #6965FF;
}
</style>
background-color css
<style>
a { background-color: #6965FF; }
a { background-color: rgb(105,101,255); }
div.DivClassName
{
background-color: #6965FF;
}
.BgClassName
{
background-color: #6965FF;
}
</style>
border-color css
<style>
span { border-color: #6965FF; }
span { border-color: rgb(105,101,255); }
td.TdClassName
{
border-color: #6965FF;
}
.TagClassName
{
border-color: #6965FF;
}
</style>