Shades of Medium Slate Blue #6967F4
Tints of Medium Slate Blue #6967F4
RGB
CMYK
RGB Variations
Color information
#6967F4 (or 0x6967F4) is known color: Medium Slate Blue. HEX triplet: 69, 67 and F4. RGB value is (105,103,244). Sum of RGB (Red+Green+Blue) = 105+103+244=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 244 (95.70% from 255 or 53.98% from 452); Max value from RGB is 244 - color contains mainly: blue. Hex color #6967F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6967F4 is #96980B. Grayscale: #777777. Windows color (decimal): -9869324 or 16017257. OLE color: 16017257.
HSL color Cylindrical-coordinate representation of color #6967F4: hue angle of 240.85º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6967F4 is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 103 | 244 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.04 |
| HSL | 240.85º | 0.87% | 0.68% | - |
| HSV(B) | 240.85º | 0.58% | 0.96% | - |
| XYZ | 27.01 | 19.24 | 87.88 | - |
| YUV | 119.67 | 198.16 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 244 | 0.57 | 0.58 | 0 | 0.04 | 240.85 | 0.87 | 0.68 |
| Hex | 69 | 67 | F4 | 39 | 3A | 0 | 4 | F1 | 57 | 44 |
| Octal | 151 | 147 | 364 | 71 | 72 | 0 | 4 | 361 | 127 | 104 |
| Binary | 1101001 | 1100111 | 11110100 | 111001 | 111010 | 0 | 100 | 11110001 | 1010111 | 1000100 |
Color Harmonies of #6967F4
Complementary color
Monochromatic Colors of #6967F4
Black with #6967F4
Text Example
Text Example
White with #6967F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6967F4; }
p { color: rgb(105,103,244); }
H1.HeaderClassName
{
color: #6967F4;
}
.AnyTagClassName
{
color: #6967F4;
}
</style>
background-color css
<style>
a { background-color: #6967F4; }
a { background-color: rgb(105,103,244); }
div.DivClassName
{
background-color: #6967F4;
}
.BgClassName
{
background-color: #6967F4;
}
</style>
border-color css
<style>
span { border-color: #6967F4; }
span { border-color: rgb(105,103,244); }
td.TdClassName
{
border-color: #6967F4;
}
.TagClassName
{
border-color: #6967F4;
}
</style>