Shades of Slate Blue #694AD9
Tints of Slate Blue #694AD9
RGB
CMYK
RGB Variations
Color information
#694AD9 (or 0x694AD9) is known color: Slate Blue. HEX triplet: 69, 4A and D9. RGB value is (105,74,217). Sum of RGB (Red+Green+Blue) = 105+74+217=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 217 (85.16% from 255 or 54.80% from 396); Max value from RGB is 217 - color contains mainly: blue. Hex color #694AD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694AD9 is #96B526. Grayscale: #636363. Windows color (decimal): -9876775 or 14240361. OLE color: 14240361.
HSL color Cylindrical-coordinate representation of color #694AD9: hue angle of 253.01º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #694AD9 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 74 | 217 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.15 |
| HSL | 253.01º | 0.65% | 0.57% | - |
| HSV(B) | 253.01º | 0.66% | 0.85% | - |
| XYZ | 20.8 | 12.91 | 67.04 | - |
| YUV | 99.57 | 194.27 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 217 | 0.52 | 0.66 | 0 | 0.15 | 253.01 | 0.65 | 0.57 |
| Hex | 69 | 4A | D9 | 34 | 42 | 0 | F | FD | 41 | 39 |
| Octal | 151 | 112 | 331 | 64 | 102 | 0 | 17 | 375 | 101 | 71 |
| Binary | 1101001 | 1001010 | 11011001 | 110100 | 1000010 | 0 | 1111 | 11111101 | 1000001 | 111001 |
Color Harmonies of #694AD9
Complementary color
Monochromatic Colors of #694AD9
Black with #694AD9
Text Example
Text Example
White with #694AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694AD9; }
p { color: rgb(105,74,217); }
H1.HeaderClassName
{
color: #694AD9;
}
.AnyTagClassName
{
color: #694AD9;
}
</style>
background-color css
<style>
a { background-color: #694AD9; }
a { background-color: rgb(105,74,217); }
div.DivClassName
{
background-color: #694AD9;
}
.BgClassName
{
background-color: #694AD9;
}
</style>
border-color css
<style>
span { border-color: #694AD9; }
span { border-color: rgb(105,74,217); }
td.TdClassName
{
border-color: #694AD9;
}
.TagClassName
{
border-color: #694AD9;
}
</style>