Shades of Slate Blue #694DDB
Tints of Slate Blue #694DDB
RGB
CMYK
RGB Variations
Color information
#694DDB (or 0x694DDB) is known color: Slate Blue. HEX triplet: 69, 4D and DB. RGB value is (105,77,219). Sum of RGB (Red+Green+Blue) = 105+77+219=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #694DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694DDB is #96B224. Grayscale: #656565. Windows color (decimal): -9876005 or 14372201. OLE color: 14372201.
HSL color Cylindrical-coordinate representation of color #694DDB: hue angle of 251.83º degrees, saturation: 0.66, 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 #694DDB is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 77 | 219 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.14 |
| HSL | 251.83º | 0.66% | 0.58% | - |
| HSV(B) | 251.83º | 0.65% | 0.86% | - |
| XYZ | 21.27 | 13.43 | 68.49 | - |
| YUV | 101.56 | 194.28 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 219 | 0.52 | 0.65 | 0 | 0.14 | 251.83 | 0.66 | 0.58 |
| Hex | 69 | 4D | DB | 34 | 41 | 0 | E | FC | 42 | 3A |
| Octal | 151 | 115 | 333 | 64 | 101 | 0 | 16 | 374 | 102 | 72 |
| Binary | 1101001 | 1001101 | 11011011 | 110100 | 1000001 | 0 | 1110 | 11111100 | 1000010 | 111010 |
Color Harmonies of #694DDB
Complementary color
Monochromatic Colors of #694DDB
Black with #694DDB
Text Example
Text Example
White with #694DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694DDB; }
p { color: rgb(105,77,219); }
H1.HeaderClassName
{
color: #694DDB;
}
.AnyTagClassName
{
color: #694DDB;
}
</style>
background-color css
<style>
a { background-color: #694DDB; }
a { background-color: rgb(105,77,219); }
div.DivClassName
{
background-color: #694DDB;
}
.BgClassName
{
background-color: #694DDB;
}
</style>
border-color css
<style>
span { border-color: #694DDB; }
span { border-color: rgb(105,77,219); }
td.TdClassName
{
border-color: #694DDB;
}
.TagClassName
{
border-color: #694DDB;
}
</style>