Shades of Slate Blue #694FDB
Tints of Slate Blue #694FDB
RGB
CMYK
RGB Variations
Color information
#694FDB (or 0x694FDB) is known color: Slate Blue. HEX triplet: 69, 4F and DB. RGB value is (105,79,219). Sum of RGB (Red+Green+Blue) = 105+79+219=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #694FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694FDB is #96B024. Grayscale: #666666. Windows color (decimal): -9875493 or 14372713. OLE color: 14372713.
HSL color Cylindrical-coordinate representation of color #694FDB: hue angle of 251.14º 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 #694FDB is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 79 | 219 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.14 |
| HSL | 251.14º | 0.66% | 0.58% | - |
| HSV(B) | 251.14º | 0.64% | 0.86% | - |
| XYZ | 21.41 | 13.71 | 68.54 | - |
| YUV | 102.73 | 193.61 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 219 | 0.52 | 0.64 | 0 | 0.14 | 251.14 | 0.66 | 0.58 |
| Hex | 69 | 4F | DB | 34 | 40 | 0 | E | FB | 42 | 3A |
| Octal | 151 | 117 | 333 | 64 | 100 | 0 | 16 | 373 | 102 | 72 |
| Binary | 1101001 | 1001111 | 11011011 | 110100 | 1000000 | 0 | 1110 | 11111011 | 1000010 | 111010 |
Color Harmonies of #694FDB
Complementary color
Monochromatic Colors of #694FDB
Black with #694FDB
Text Example
Text Example
White with #694FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694FDB; }
p { color: rgb(105,79,219); }
H1.HeaderClassName
{
color: #694FDB;
}
.AnyTagClassName
{
color: #694FDB;
}
</style>
background-color css
<style>
a { background-color: #694FDB; }
a { background-color: rgb(105,79,219); }
div.DivClassName
{
background-color: #694FDB;
}
.BgClassName
{
background-color: #694FDB;
}
</style>
border-color css
<style>
span { border-color: #694FDB; }
span { border-color: rgb(105,79,219); }
td.TdClassName
{
border-color: #694FDB;
}
.TagClassName
{
border-color: #694FDB;
}
</style>