Shades of Slate Blue #696DDC
Tints of Slate Blue #696DDC
RGB
CMYK
RGB Variations
Color information
#696DDC (or 0x696DDC) is known color: Slate Blue. HEX triplet: 69, 6D and DC. RGB value is (105,109,220). Sum of RGB (Red+Green+Blue) = 105+109+220=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #696DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DDC is #969223. Grayscale: #787878. Windows color (decimal): -9867812 or 14445929. OLE color: 14445929.
HSL color Cylindrical-coordinate representation of color #696DDC: hue angle of 237.91º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #696DDC is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 109 | 220 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.14 |
| HSL | 237.91º | 0.62% | 0.64% | - |
| HSV(B) | 237.91º | 0.52% | 0.86% | - |
| XYZ | 24.21 | 19.11 | 70.12 | - |
| YUV | 120.46 | 184.17 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 220 | 0.52 | 0.50 | 0 | 0.14 | 237.91 | 0.62 | 0.64 |
| Hex | 69 | 6D | DC | 34 | 32 | 0 | E | EE | 3E | 40 |
| Octal | 151 | 155 | 334 | 64 | 62 | 0 | 16 | 356 | 76 | 100 |
| Binary | 1101001 | 1101101 | 11011100 | 110100 | 110010 | 0 | 1110 | 11101110 | 111110 | 1000000 |
Color Harmonies of #696DDC
Complementary color
Monochromatic Colors of #696DDC
Black with #696DDC
Text Example
Text Example
White with #696DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696DDC; }
p { color: rgb(105,109,220); }
H1.HeaderClassName
{
color: #696DDC;
}
.AnyTagClassName
{
color: #696DDC;
}
</style>
background-color css
<style>
a { background-color: #696DDC; }
a { background-color: rgb(105,109,220); }
div.DivClassName
{
background-color: #696DDC;
}
.BgClassName
{
background-color: #696DDC;
}
</style>
border-color css
<style>
span { border-color: #696DDC; }
span { border-color: rgb(105,109,220); }
td.TdClassName
{
border-color: #696DDC;
}
.TagClassName
{
border-color: #696DDC;
}
</style>