Shades of Medium Slate Blue #696CDE
Tints of Medium Slate Blue #696CDE
RGB
CMYK
RGB Variations
Color information
#696CDE (or 0x696CDE) is known color: Medium Slate Blue. HEX triplet: 69, 6C and DE. RGB value is (105,108,222). Sum of RGB (Red+Green+Blue) = 105+108+222=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #696CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CDE is #969321. Grayscale: #777777. Windows color (decimal): -9868066 or 14576745. OLE color: 14576745.
HSL color Cylindrical-coordinate representation of color #696CDE: hue angle of 238.46º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #696CDE is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 108 | 222 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.13 |
| HSL | 238.46º | 0.64% | 0.64% | - |
| HSV(B) | 238.46º | 0.53% | 0.87% | - |
| XYZ | 24.37 | 19 | 71.49 | - |
| YUV | 120.1 | 185.51 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 222 | 0.53 | 0.51 | 0 | 0.13 | 238.46 | 0.64 | 0.64 |
| Hex | 69 | 6C | DE | 35 | 33 | 0 | D | EE | 40 | 40 |
| Octal | 151 | 154 | 336 | 65 | 63 | 0 | 15 | 356 | 100 | 100 |
| Binary | 1101001 | 1101100 | 11011110 | 110101 | 110011 | 0 | 1101 | 11101110 | 1000000 | 1000000 |
Color Harmonies of #696CDE
Complementary color
Monochromatic Colors of #696CDE
Black with #696CDE
Text Example
Text Example
White with #696CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696CDE; }
p { color: rgb(105,108,222); }
H1.HeaderClassName
{
color: #696CDE;
}
.AnyTagClassName
{
color: #696CDE;
}
</style>
background-color css
<style>
a { background-color: #696CDE; }
a { background-color: rgb(105,108,222); }
div.DivClassName
{
background-color: #696CDE;
}
.BgClassName
{
background-color: #696CDE;
}
</style>
border-color css
<style>
span { border-color: #696CDE; }
span { border-color: rgb(105,108,222); }
td.TdClassName
{
border-color: #696CDE;
}
.TagClassName
{
border-color: #696CDE;
}
</style>