Shades of Slate Blue #696DDD
Tints of Slate Blue #696DDD
RGB
CMYK
RGB Variations
Color information
#696DDD (or 0x696DDD) is known color: Slate Blue. HEX triplet: 69, 6D and DD. RGB value is (105,109,221). Sum of RGB (Red+Green+Blue) = 105+109+221=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #696DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DDD is #969222. Grayscale: #787878. Windows color (decimal): -9867811 or 14511465. OLE color: 14511465.
HSL color Cylindrical-coordinate representation of color #696DDD: hue angle of 237.93º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #696DDD is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 109 | 221 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.13 |
| HSL | 237.93º | 0.63% | 0.64% | - |
| HSV(B) | 237.93º | 0.52% | 0.87% | - |
| XYZ | 24.35 | 19.16 | 70.82 | - |
| YUV | 120.57 | 184.67 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 221 | 0.52 | 0.51 | 0 | 0.13 | 237.93 | 0.63 | 0.64 |
| Hex | 69 | 6D | DD | 34 | 33 | 0 | D | EE | 3F | 40 |
| Octal | 151 | 155 | 335 | 64 | 63 | 0 | 15 | 356 | 77 | 100 |
| Binary | 1101001 | 1101101 | 11011101 | 110100 | 110011 | 0 | 1101 | 11101110 | 111111 | 1000000 |
Color Harmonies of #696DDD
Complementary color
Monochromatic Colors of #696DDD
Black with #696DDD
Text Example
Text Example
White with #696DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696DDD; }
p { color: rgb(105,109,221); }
H1.HeaderClassName
{
color: #696DDD;
}
.AnyTagClassName
{
color: #696DDD;
}
</style>
background-color css
<style>
a { background-color: #696DDD; }
a { background-color: rgb(105,109,221); }
div.DivClassName
{
background-color: #696DDD;
}
.BgClassName
{
background-color: #696DDD;
}
</style>
border-color css
<style>
span { border-color: #696DDD; }
span { border-color: rgb(105,109,221); }
td.TdClassName
{
border-color: #696DDD;
}
.TagClassName
{
border-color: #696DDD;
}
</style>