Shades of Slate Blue #694DDA
Tints of Slate Blue #694DDA
RGB
CMYK
RGB Variations
Color information
#694DDA (or 0x694DDA) is known color: Slate Blue. HEX triplet: 69, 4D and DA. RGB value is (105,77,218). Sum of RGB (Red+Green+Blue) = 105+77+218=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #694DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694DDA is #96B225. Grayscale: #646464. Windows color (decimal): -9876006 or 14306665. OLE color: 14306665.
HSL color Cylindrical-coordinate representation of color #694DDA: hue angle of 251.91º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #694DDA is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 77 | 218 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.15 |
| HSL | 251.91º | 0.66% | 0.58% | - |
| HSV(B) | 251.91º | 0.65% | 0.85% | - |
| XYZ | 21.13 | 13.37 | 67.8 | - |
| YUV | 101.45 | 193.78 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 218 | 0.52 | 0.65 | 0 | 0.15 | 251.91 | 0.66 | 0.58 |
| Hex | 69 | 4D | DA | 34 | 41 | 0 | F | FC | 42 | 3A |
| Octal | 151 | 115 | 332 | 64 | 101 | 0 | 17 | 374 | 102 | 72 |
| Binary | 1101001 | 1001101 | 11011010 | 110100 | 1000001 | 0 | 1111 | 11111100 | 1000010 | 111010 |
Color Harmonies of #694DDA
Complementary color
Monochromatic Colors of #694DDA
Black with #694DDA
Text Example
Text Example
White with #694DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694DDA; }
p { color: rgb(105,77,218); }
H1.HeaderClassName
{
color: #694DDA;
}
.AnyTagClassName
{
color: #694DDA;
}
</style>
background-color css
<style>
a { background-color: #694DDA; }
a { background-color: rgb(105,77,218); }
div.DivClassName
{
background-color: #694DDA;
}
.BgClassName
{
background-color: #694DDA;
}
</style>
border-color css
<style>
span { border-color: #694DDA; }
span { border-color: rgb(105,77,218); }
td.TdClassName
{
border-color: #694DDA;
}
.TagClassName
{
border-color: #694DDA;
}
</style>