Shades of Slate Blue #694EC6
Tints of Slate Blue #694EC6
RGB
CMYK
RGB Variations
Color information
#694EC6 (or 0x694EC6) is known color: Slate Blue. HEX triplet: 69, 4E and C6. RGB value is (105,78,198). Sum of RGB (Red+Green+Blue) = 105+78+198=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 198 (77.73% from 255 or 51.97% from 381); Max value from RGB is 198 - color contains mainly: blue. Hex color #694EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694EC6 is #96B139. Grayscale: #636363. Windows color (decimal): -9875770 or 12996201. OLE color: 12996201.
HSL color Cylindrical-coordinate representation of color #694EC6: hue angle of 253.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #694EC6 is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 78 | 198 | - |
| CMYK | 0.47 | 0.61 | 0 | 0.22 |
| HSL | 253.5º | 0.51% | 0.54% | - |
| HSV(B) | 253.5º | 0.61% | 0.78% | - |
| XYZ | 18.74 | 12.53 | 54.86 | - |
| YUV | 99.75 | 183.45 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 198 | 0.47 | 0.61 | 0 | 0.22 | 253.5 | 0.51 | 0.54 |
| Hex | 69 | 4E | C6 | 2F | 3D | 0 | 16 | FE | 33 | 36 |
| Octal | 151 | 116 | 306 | 57 | 75 | 0 | 26 | 376 | 63 | 66 |
| Binary | 1101001 | 1001110 | 11000110 | 101111 | 111101 | 0 | 10110 | 11111110 | 110011 | 110110 |
Color Harmonies of #694EC6
Complementary color
Monochromatic Colors of #694EC6
Black with #694EC6
Text Example
Text Example
White with #694EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694EC6; }
p { color: rgb(105,78,198); }
H1.HeaderClassName
{
color: #694EC6;
}
.AnyTagClassName
{
color: #694EC6;
}
</style>
background-color css
<style>
a { background-color: #694EC6; }
a { background-color: rgb(105,78,198); }
div.DivClassName
{
background-color: #694EC6;
}
.BgClassName
{
background-color: #694EC6;
}
</style>
border-color css
<style>
span { border-color: #694EC6; }
span { border-color: rgb(105,78,198); }
td.TdClassName
{
border-color: #694EC6;
}
.TagClassName
{
border-color: #694EC6;
}
</style>