Shades of Medium Slate Blue #6965FB
Tints of Medium Slate Blue #6965FB
RGB
CMYK
RGB Variations
Color information
#6965FB (or 0x6965FB) is known color: Medium Slate Blue. HEX triplet: 69, 65 and FB. RGB value is (105,101,251). Sum of RGB (Red+Green+Blue) = 105+101+251=457 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.98% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #6965FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6965FB is #969A04. Grayscale: #767676. Windows color (decimal): -9869829 or 16475497. OLE color: 16475497.
HSL color Cylindrical-coordinate representation of color #6965FB: hue angle of 241.6º degrees, saturation: 0.95, 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 #6965FB is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 101 | 251 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.02 |
| HSL | 241.6º | 0.95% | 0.69% | - |
| HSV(B) | 241.6º | 0.6% | 0.98% | - |
| XYZ | 27.89 | 19.28 | 93.52 | - |
| YUV | 119.3 | 202.33 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 251 | 0.58 | 0.60 | 0 | 0.02 | 241.6 | 0.95 | 0.69 |
| Hex | 69 | 65 | FB | 3A | 3C | 0 | 2 | F2 | 5F | 45 |
| Octal | 151 | 145 | 373 | 72 | 74 | 0 | 2 | 362 | 137 | 105 |
| Binary | 1101001 | 1100101 | 11111011 | 111010 | 111100 | 0 | 10 | 11110010 | 1011111 | 1000101 |
Color Harmonies of #6965FB
Complementary color
Monochromatic Colors of #6965FB
Black with #6965FB
Text Example
Text Example
White with #6965FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6965FB; }
p { color: rgb(105,101,251); }
H1.HeaderClassName
{
color: #6965FB;
}
.AnyTagClassName
{
color: #6965FB;
}
</style>
background-color css
<style>
a { background-color: #6965FB; }
a { background-color: rgb(105,101,251); }
div.DivClassName
{
background-color: #6965FB;
}
.BgClassName
{
background-color: #6965FB;
}
</style>
border-color css
<style>
span { border-color: #6965FB; }
span { border-color: rgb(105,101,251); }
td.TdClassName
{
border-color: #6965FB;
}
.TagClassName
{
border-color: #6965FB;
}
</style>