Shades of Slate Blue #694CDB
Tints of Slate Blue #694CDB
RGB
CMYK
RGB Variations
Color information
#694CDB (or 0x694CDB) is known color: Slate Blue. HEX triplet: 69, 4C and DB. RGB value is (105,76,219). Sum of RGB (Red+Green+Blue) = 105+76+219=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #694CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694CDB is #96B324. Grayscale: #646464. Windows color (decimal): -9876261 or 14371945. OLE color: 14371945.
HSL color Cylindrical-coordinate representation of color #694CDB: hue angle of 252.17º 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 #694CDB is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 76 | 219 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.14 |
| HSL | 252.17º | 0.67% | 0.58% | - |
| HSV(B) | 252.17º | 0.65% | 0.86% | - |
| XYZ | 21.2 | 13.29 | 68.47 | - |
| YUV | 100.97 | 194.61 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 219 | 0.52 | 0.65 | 0 | 0.14 | 252.17 | 0.67 | 0.58 |
| Hex | 69 | 4C | DB | 34 | 41 | 0 | E | FC | 43 | 3A |
| Octal | 151 | 114 | 333 | 64 | 101 | 0 | 16 | 374 | 103 | 72 |
| Binary | 1101001 | 1001100 | 11011011 | 110100 | 1000001 | 0 | 1110 | 11111100 | 1000011 | 111010 |
Color Harmonies of #694CDB
Complementary color
Monochromatic Colors of #694CDB
Black with #694CDB
Text Example
Text Example
White with #694CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694CDB; }
p { color: rgb(105,76,219); }
H1.HeaderClassName
{
color: #694CDB;
}
.AnyTagClassName
{
color: #694CDB;
}
</style>
background-color css
<style>
a { background-color: #694CDB; }
a { background-color: rgb(105,76,219); }
div.DivClassName
{
background-color: #694CDB;
}
.BgClassName
{
background-color: #694CDB;
}
</style>
border-color css
<style>
span { border-color: #694CDB; }
span { border-color: rgb(105,76,219); }
td.TdClassName
{
border-color: #694CDB;
}
.TagClassName
{
border-color: #694CDB;
}
</style>