Shades of Medium Slate Blue #6966FB
Tints of Medium Slate Blue #6966FB
RGB
CMYK
RGB Variations
Color information
#6966FB (or 0x6966FB) is known color: Medium Slate Blue. HEX triplet: 69, 66 and FB. RGB value is (105,102,251). Sum of RGB (Red+Green+Blue) = 105+102+251=458 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.93% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #6966FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6966FB is #969904. Grayscale: #777777. Windows color (decimal): -9869573 or 16475753. OLE color: 16475753.
HSL color Cylindrical-coordinate representation of color #6966FB: hue angle of 241.21º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6966FB is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 102 | 251 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.02 |
| HSL | 241.21º | 0.95% | 0.69% | - |
| HSV(B) | 241.21º | 0.59% | 0.98% | - |
| XYZ | 27.99 | 19.47 | 93.55 | - |
| YUV | 119.88 | 201.99 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 251 | 0.58 | 0.59 | 0 | 0.02 | 241.21 | 0.95 | 0.69 |
| Hex | 69 | 66 | FB | 3A | 3B | 0 | 2 | F1 | 5F | 45 |
| Octal | 151 | 146 | 373 | 72 | 73 | 0 | 2 | 361 | 137 | 105 |
| Binary | 1101001 | 1100110 | 11111011 | 111010 | 111011 | 0 | 10 | 11110001 | 1011111 | 1000101 |
Color Harmonies of #6966FB
Complementary color
Monochromatic Colors of #6966FB
Black with #6966FB
Text Example
Text Example
White with #6966FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6966FB; }
p { color: rgb(105,102,251); }
H1.HeaderClassName
{
color: #6966FB;
}
.AnyTagClassName
{
color: #6966FB;
}
</style>
background-color css
<style>
a { background-color: #6966FB; }
a { background-color: rgb(105,102,251); }
div.DivClassName
{
background-color: #6966FB;
}
.BgClassName
{
background-color: #6966FB;
}
</style>
border-color css
<style>
span { border-color: #6966FB; }
span { border-color: rgb(105,102,251); }
td.TdClassName
{
border-color: #6966FB;
}
.TagClassName
{
border-color: #6966FB;
}
</style>