Shades of Slate Blue #694FD1
Tints of Slate Blue #694FD1
RGB
CMYK
RGB Variations
Color information
#694FD1 (or 0x694FD1) is known color: Slate Blue. HEX triplet: 69, 4F and D1. RGB value is (105,79,209). Sum of RGB (Red+Green+Blue) = 105+79+209=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 209 (82.03% from 255 or 53.18% from 393); Max value from RGB is 209 - color contains mainly: blue. Hex color #694FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694FD1 is #96B02E. Grayscale: #656565. Windows color (decimal): -9875503 or 13717353. OLE color: 13717353.
HSL color Cylindrical-coordinate representation of color #694FD1: hue angle of 252º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #694FD1 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 79 | 209 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.18 |
| HSL | 252º | 0.59% | 0.56% | - |
| HSV(B) | 252º | 0.62% | 0.82% | - |
| XYZ | 20.13 | 13.2 | 61.81 | - |
| YUV | 101.59 | 188.61 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 209 | 0.50 | 0.62 | 0 | 0.18 | 252 | 0.59 | 0.56 |
| Hex | 69 | 4F | D1 | 32 | 3E | 0 | 12 | FC | 3B | 38 |
| Octal | 151 | 117 | 321 | 62 | 76 | 0 | 22 | 374 | 73 | 70 |
| Binary | 1101001 | 1001111 | 11010001 | 110010 | 111110 | 0 | 10010 | 11111100 | 111011 | 111000 |
Color Harmonies of #694FD1
Complementary color
Monochromatic Colors of #694FD1
Black with #694FD1
Text Example
Text Example
White with #694FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694FD1; }
p { color: rgb(105,79,209); }
H1.HeaderClassName
{
color: #694FD1;
}
.AnyTagClassName
{
color: #694FD1;
}
</style>
background-color css
<style>
a { background-color: #694FD1; }
a { background-color: rgb(105,79,209); }
div.DivClassName
{
background-color: #694FD1;
}
.BgClassName
{
background-color: #694FD1;
}
</style>
border-color css
<style>
span { border-color: #694FD1; }
span { border-color: rgb(105,79,209); }
td.TdClassName
{
border-color: #694FD1;
}
.TagClassName
{
border-color: #694FD1;
}
</style>