Shades of Medium Slate Blue #695CFC
Tints of Medium Slate Blue #695CFC
RGB
CMYK
RGB Variations
Color information
#695CFC (or 0x695CFC) is known color: Medium Slate Blue. HEX triplet: 69, 5C and FC. RGB value is (105,92,252). Sum of RGB (Red+Green+Blue) = 105+92+252=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #695CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695CFC is #96A303. Grayscale: #717171. Windows color (decimal): -9872132 or 16538729. OLE color: 16538729.
HSL color Cylindrical-coordinate representation of color #695CFC: hue angle of 244.88º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #695CFC is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 92 | 252 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.01 |
| HSL | 244.88º | 0.96% | 0.67% | - |
| HSV(B) | 244.88º | 0.63% | 0.99% | - |
| XYZ | 27.22 | 17.69 | 94.07 | - |
| YUV | 114.13 | 205.81 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 92 | 252 | 0.58 | 0.63 | 0 | 0.01 | 244.88 | 0.96 | 0.67 |
| Hex | 69 | 5C | FC | 3A | 3F | 0 | 1 | F5 | 60 | 43 |
| Octal | 151 | 134 | 374 | 72 | 77 | 0 | 1 | 365 | 140 | 103 |
| Binary | 1101001 | 1011100 | 11111100 | 111010 | 111111 | 0 | 1 | 11110101 | 1100000 | 1000011 |
Color Harmonies of #695CFC
Complementary color
Monochromatic Colors of #695CFC
Black with #695CFC
Text Example
Text Example
White with #695CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695CFC; }
p { color: rgb(105,92,252); }
H1.HeaderClassName
{
color: #695CFC;
}
.AnyTagClassName
{
color: #695CFC;
}
</style>
background-color css
<style>
a { background-color: #695CFC; }
a { background-color: rgb(105,92,252); }
div.DivClassName
{
background-color: #695CFC;
}
.BgClassName
{
background-color: #695CFC;
}
</style>
border-color css
<style>
span { border-color: #695CFC; }
span { border-color: rgb(105,92,252); }
td.TdClassName
{
border-color: #695CFC;
}
.TagClassName
{
border-color: #695CFC;
}
</style>