Shades of Slate Blue #694DD5
Tints of Slate Blue #694DD5
RGB
CMYK
RGB Variations
Color information
#694DD5 (or 0x694DD5) is known color: Slate Blue. HEX triplet: 69, 4D and D5. RGB value is (105,77,213). Sum of RGB (Red+Green+Blue) = 105+77+213=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 213 (83.59% from 255 or 53.92% from 395); Max value from RGB is 213 - color contains mainly: blue. Hex color #694DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694DD5 is #96B22A. Grayscale: #646464. Windows color (decimal): -9876011 or 13978985. OLE color: 13978985.
HSL color Cylindrical-coordinate representation of color #694DD5: hue angle of 252.35º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #694DD5 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 77 | 213 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.16 |
| HSL | 252.35º | 0.62% | 0.57% | - |
| HSV(B) | 252.35º | 0.64% | 0.84% | - |
| XYZ | 20.49 | 13.12 | 64.4 | - |
| YUV | 100.88 | 191.28 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 213 | 0.51 | 0.64 | 0 | 0.16 | 252.35 | 0.62 | 0.57 |
| Hex | 69 | 4D | D5 | 33 | 40 | 0 | 10 | FC | 3E | 39 |
| Octal | 151 | 115 | 325 | 63 | 100 | 0 | 20 | 374 | 76 | 71 |
| Binary | 1101001 | 1001101 | 11010101 | 110011 | 1000000 | 0 | 10000 | 11111100 | 111110 | 111001 |
Color Harmonies of #694DD5
Complementary color
Monochromatic Colors of #694DD5
Black with #694DD5
Text Example
Text Example
White with #694DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694DD5; }
p { color: rgb(105,77,213); }
H1.HeaderClassName
{
color: #694DD5;
}
.AnyTagClassName
{
color: #694DD5;
}
</style>
background-color css
<style>
a { background-color: #694DD5; }
a { background-color: rgb(105,77,213); }
div.DivClassName
{
background-color: #694DD5;
}
.BgClassName
{
background-color: #694DD5;
}
</style>
border-color css
<style>
span { border-color: #694DD5; }
span { border-color: rgb(105,77,213); }
td.TdClassName
{
border-color: #694DD5;
}
.TagClassName
{
border-color: #694DD5;
}
</style>