Shades of Medium Slate Blue #6965FE
Tints of Medium Slate Blue #6965FE
RGB
CMYK
RGB Variations
Color information
#6965FE (or 0x6965FE) is known color: Medium Slate Blue. HEX triplet: 69, 65 and FE. RGB value is (105,101,254). Sum of RGB (Red+Green+Blue) = 105+101+254=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #6965FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6965FE is #969A01. Grayscale: #777777. Windows color (decimal): -9869826 or 16672105. OLE color: 16672105.
HSL color Cylindrical-coordinate representation of color #6965FE: hue angle of 241.57º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6965FE is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 101 | 254 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.00 |
| HSL | 241.57º | 0.99% | 0.7% | - |
| HSV(B) | 241.57º | 0.6% | 1% | - |
| XYZ | 28.37 | 19.47 | 96.03 | - |
| YUV | 119.64 | 203.83 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 254 | 0.59 | 0.60 | 0 | 0.00 | 241.57 | 0.99 | 0.7 |
| Hex | 69 | 65 | FE | 3B | 3C | 0 | 0 | F2 | 63 | 46 |
| Octal | 151 | 145 | 376 | 73 | 74 | 0 | 0 | 362 | 143 | 106 |
| Binary | 1101001 | 1100101 | 11111110 | 111011 | 111100 | 0 | 0 | 11110010 | 1100011 | 1000110 |
Color Harmonies of #6965FE
Complementary color
Monochromatic Colors of #6965FE
Black with #6965FE
Text Example
Text Example
White with #6965FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6965FE; }
p { color: rgb(105,101,254); }
H1.HeaderClassName
{
color: #6965FE;
}
.AnyTagClassName
{
color: #6965FE;
}
</style>
background-color css
<style>
a { background-color: #6965FE; }
a { background-color: rgb(105,101,254); }
div.DivClassName
{
background-color: #6965FE;
}
.BgClassName
{
background-color: #6965FE;
}
</style>
border-color css
<style>
span { border-color: #6965FE; }
span { border-color: rgb(105,101,254); }
td.TdClassName
{
border-color: #6965FE;
}
.TagClassName
{
border-color: #6965FE;
}
</style>