Shades of Slate Blue #696BD3
Tints of Slate Blue #696BD3
RGB
CMYK
RGB Variations
Color information
#696BD3 (or 0x696BD3) is known color: Slate Blue. HEX triplet: 69, 6B and D3. RGB value is (105,107,211). Sum of RGB (Red+Green+Blue) = 105+107+211=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 211 (82.81% from 255 or 49.88% from 423); Max value from RGB is 211 - color contains mainly: blue. Hex color #696BD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BD3 is #96942C. Grayscale: #757575. Windows color (decimal): -9868333 or 13855593. OLE color: 13855593.
HSL color Cylindrical-coordinate representation of color #696BD3: hue angle of 238.87º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #696BD3 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 107 | 211 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.17 |
| HSL | 238.87º | 0.55% | 0.62% | - |
| HSV(B) | 238.87º | 0.5% | 0.83% | - |
| XYZ | 22.84 | 18.22 | 63.94 | - |
| YUV | 118.26 | 180.34 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 211 | 0.50 | 0.49 | 0 | 0.17 | 238.87 | 0.55 | 0.62 |
| Hex | 69 | 6B | D3 | 32 | 31 | 0 | 11 | EF | 37 | 3E |
| Octal | 151 | 153 | 323 | 62 | 61 | 0 | 21 | 357 | 67 | 76 |
| Binary | 1101001 | 1101011 | 11010011 | 110010 | 110001 | 0 | 10001 | 11101111 | 110111 | 111110 |
Color Harmonies of #696BD3
Complementary color
Monochromatic Colors of #696BD3
Black with #696BD3
Text Example
Text Example
White with #696BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696BD3; }
p { color: rgb(105,107,211); }
H1.HeaderClassName
{
color: #696BD3;
}
.AnyTagClassName
{
color: #696BD3;
}
</style>
background-color css
<style>
a { background-color: #696BD3; }
a { background-color: rgb(105,107,211); }
div.DivClassName
{
background-color: #696BD3;
}
.BgClassName
{
background-color: #696BD3;
}
</style>
border-color css
<style>
span { border-color: #696BD3; }
span { border-color: rgb(105,107,211); }
td.TdClassName
{
border-color: #696BD3;
}
.TagClassName
{
border-color: #696BD3;
}
</style>