Shades of Slate Blue #694EDB
Tints of Slate Blue #694EDB
RGB
CMYK
RGB Variations
Color information
#694EDB (or 0x694EDB) is known color: Slate Blue. HEX triplet: 69, 4E and DB. RGB value is (105,78,219). Sum of RGB (Red+Green+Blue) = 105+78+219=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #694EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694EDB is #96B124. Grayscale: #656565. Windows color (decimal): -9875749 or 14372457. OLE color: 14372457.
HSL color Cylindrical-coordinate representation of color #694EDB: hue angle of 251.49º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #694EDB is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 78 | 219 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.14 |
| HSL | 251.49º | 0.66% | 0.58% | - |
| HSV(B) | 251.49º | 0.64% | 0.86% | - |
| XYZ | 21.34 | 13.57 | 68.51 | - |
| YUV | 102.15 | 193.95 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 219 | 0.52 | 0.64 | 0 | 0.14 | 251.49 | 0.66 | 0.58 |
| Hex | 69 | 4E | DB | 34 | 40 | 0 | E | FB | 42 | 3A |
| Octal | 151 | 116 | 333 | 64 | 100 | 0 | 16 | 373 | 102 | 72 |
| Binary | 1101001 | 1001110 | 11011011 | 110100 | 1000000 | 0 | 1110 | 11111011 | 1000010 | 111010 |
Color Harmonies of #694EDB
Complementary color
Monochromatic Colors of #694EDB
Black with #694EDB
Text Example
Text Example
White with #694EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694EDB; }
p { color: rgb(105,78,219); }
H1.HeaderClassName
{
color: #694EDB;
}
.AnyTagClassName
{
color: #694EDB;
}
</style>
background-color css
<style>
a { background-color: #694EDB; }
a { background-color: rgb(105,78,219); }
div.DivClassName
{
background-color: #694EDB;
}
.BgClassName
{
background-color: #694EDB;
}
</style>
border-color css
<style>
span { border-color: #694EDB; }
span { border-color: rgb(105,78,219); }
td.TdClassName
{
border-color: #694EDB;
}
.TagClassName
{
border-color: #694EDB;
}
</style>