Shades of Slate Blue #694EDC
Tints of Slate Blue #694EDC
RGB
CMYK
RGB Variations
Color information
#694EDC (or 0x694EDC) is known color: Slate Blue. HEX triplet: 69, 4E and DC. RGB value is (105,78,220). Sum of RGB (Red+Green+Blue) = 105+78+220=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #694EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694EDC is #96B123. Grayscale: #656565. Windows color (decimal): -9875748 or 14437993. OLE color: 14437993.
HSL color Cylindrical-coordinate representation of color #694EDC: hue angle of 251.41º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #694EDC is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 78 | 220 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.14 |
| HSL | 251.41º | 0.67% | 0.58% | - |
| HSV(B) | 251.41º | 0.65% | 0.86% | - |
| XYZ | 21.47 | 13.62 | 69.21 | - |
| YUV | 102.26 | 194.45 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 220 | 0.52 | 0.65 | 0 | 0.14 | 251.41 | 0.67 | 0.58 |
| Hex | 69 | 4E | DC | 34 | 41 | 0 | E | FB | 43 | 3A |
| Octal | 151 | 116 | 334 | 64 | 101 | 0 | 16 | 373 | 103 | 72 |
| Binary | 1101001 | 1001110 | 11011100 | 110100 | 1000001 | 0 | 1110 | 11111011 | 1000011 | 111010 |
Color Harmonies of #694EDC
Complementary color
Monochromatic Colors of #694EDC
Black with #694EDC
Text Example
Text Example
White with #694EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694EDC; }
p { color: rgb(105,78,220); }
H1.HeaderClassName
{
color: #694EDC;
}
.AnyTagClassName
{
color: #694EDC;
}
</style>
background-color css
<style>
a { background-color: #694EDC; }
a { background-color: rgb(105,78,220); }
div.DivClassName
{
background-color: #694EDC;
}
.BgClassName
{
background-color: #694EDC;
}
</style>
border-color css
<style>
span { border-color: #694EDC; }
span { border-color: rgb(105,78,220); }
td.TdClassName
{
border-color: #694EDC;
}
.TagClassName
{
border-color: #694EDC;
}
</style>