Shades of Slate Blue #694CD6
Tints of Slate Blue #694CD6
RGB
CMYK
RGB Variations
Color information
#694CD6 (or 0x694CD6) is known color: Slate Blue. HEX triplet: 69, 4C and D6. RGB value is (105,76,214). Sum of RGB (Red+Green+Blue) = 105+76+214=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 214 (83.98% from 255 or 54.18% from 395); Max value from RGB is 214 - color contains mainly: blue. Hex color #694CD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694CD6 is #96B329. Grayscale: #636363. Windows color (decimal): -9876266 or 14044265. OLE color: 14044265.
HSL color Cylindrical-coordinate representation of color #694CD6: hue angle of 252.61º degrees, saturation: 0.63, 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 #694CD6 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 76 | 214 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.16 |
| HSL | 252.61º | 0.63% | 0.57% | - |
| HSV(B) | 252.61º | 0.64% | 0.84% | - |
| XYZ | 20.55 | 13.03 | 65.05 | - |
| YUV | 100.4 | 192.11 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 214 | 0.51 | 0.64 | 0 | 0.16 | 252.61 | 0.63 | 0.57 |
| Hex | 69 | 4C | D6 | 33 | 40 | 0 | 10 | FD | 3F | 39 |
| Octal | 151 | 114 | 326 | 63 | 100 | 0 | 20 | 375 | 77 | 71 |
| Binary | 1101001 | 1001100 | 11010110 | 110011 | 1000000 | 0 | 10000 | 11111101 | 111111 | 111001 |
Color Harmonies of #694CD6
Complementary color
Monochromatic Colors of #694CD6
Black with #694CD6
Text Example
Text Example
White with #694CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694CD6; }
p { color: rgb(105,76,214); }
H1.HeaderClassName
{
color: #694CD6;
}
.AnyTagClassName
{
color: #694CD6;
}
</style>
background-color css
<style>
a { background-color: #694CD6; }
a { background-color: rgb(105,76,214); }
div.DivClassName
{
background-color: #694CD6;
}
.BgClassName
{
background-color: #694CD6;
}
</style>
border-color css
<style>
span { border-color: #694CD6; }
span { border-color: rgb(105,76,214); }
td.TdClassName
{
border-color: #694CD6;
}
.TagClassName
{
border-color: #694CD6;
}
</style>