Shades of Medium Slate Blue #6953F2
Tints of Medium Slate Blue #6953F2
RGB
CMYK
RGB Variations
Color information
#6953F2 (or 0x6953F2) is known color: Medium Slate Blue. HEX triplet: 69, 53 and F2. RGB value is (105,83,242). Sum of RGB (Red+Green+Blue) = 105+83+242=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 242 (94.92% from 255 or 56.28% from 430); Max value from RGB is 242 - color contains mainly: blue. Hex color #6953F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6953F2 is #96AC0D. Grayscale: #6B6B6B. Windows color (decimal): -9874446 or 15881065. OLE color: 15881065.
HSL color Cylindrical-coordinate representation of color #6953F2: hue angle of 248.3º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6953F2 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 83 | 242 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.05 |
| HSL | 248.3º | 0.86% | 0.64% | - |
| HSV(B) | 248.3º | 0.66% | 0.95% | - |
| XYZ | 24.95 | 15.6 | 85.7 | - |
| YUV | 107.7 | 203.79 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 242 | 0.57 | 0.66 | 0 | 0.05 | 248.3 | 0.86 | 0.64 |
| Hex | 69 | 53 | F2 | 39 | 42 | 0 | 5 | F8 | 56 | 40 |
| Octal | 151 | 123 | 362 | 71 | 102 | 0 | 5 | 370 | 126 | 100 |
| Binary | 1101001 | 1010011 | 11110010 | 111001 | 1000010 | 0 | 101 | 11111000 | 1010110 | 1000000 |
Color Harmonies of #6953F2
Complementary color
Monochromatic Colors of #6953F2
Black with #6953F2
Text Example
Text Example
White with #6953F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6953F2; }
p { color: rgb(105,83,242); }
H1.HeaderClassName
{
color: #6953F2;
}
.AnyTagClassName
{
color: #6953F2;
}
</style>
background-color css
<style>
a { background-color: #6953F2; }
a { background-color: rgb(105,83,242); }
div.DivClassName
{
background-color: #6953F2;
}
.BgClassName
{
background-color: #6953F2;
}
</style>
border-color css
<style>
span { border-color: #6953F2; }
span { border-color: rgb(105,83,242); }
td.TdClassName
{
border-color: #6953F2;
}
.TagClassName
{
border-color: #6953F2;
}
</style>