Shades of Slate Blue #694DDD
Tints of Slate Blue #694DDD
RGB
CMYK
RGB Variations
Color information
#694DDD (or 0x694DDD) is known color: Slate Blue. HEX triplet: 69, 4D and DD. RGB value is (105,77,221). Sum of RGB (Red+Green+Blue) = 105+77+221=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #694DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694DDD is #96B222. Grayscale: #656565. Windows color (decimal): -9876003 or 14503273. OLE color: 14503273.
HSL color Cylindrical-coordinate representation of color #694DDD: hue angle of 251.67º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #694DDD is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 77 | 221 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.13 |
| HSL | 251.67º | 0.68% | 0.58% | - |
| HSV(B) | 251.67º | 0.65% | 0.87% | - |
| XYZ | 21.53 | 13.53 | 69.88 | - |
| YUV | 101.79 | 195.28 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 221 | 0.52 | 0.65 | 0 | 0.13 | 251.67 | 0.68 | 0.58 |
| Hex | 69 | 4D | DD | 34 | 41 | 0 | D | FC | 44 | 3A |
| Octal | 151 | 115 | 335 | 64 | 101 | 0 | 15 | 374 | 104 | 72 |
| Binary | 1101001 | 1001101 | 11011101 | 110100 | 1000001 | 0 | 1101 | 11111100 | 1000100 | 111010 |
Color Harmonies of #694DDD
Complementary color
Monochromatic Colors of #694DDD
Black with #694DDD
Text Example
Text Example
White with #694DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694DDD; }
p { color: rgb(105,77,221); }
H1.HeaderClassName
{
color: #694DDD;
}
.AnyTagClassName
{
color: #694DDD;
}
</style>
background-color css
<style>
a { background-color: #694DDD; }
a { background-color: rgb(105,77,221); }
div.DivClassName
{
background-color: #694DDD;
}
.BgClassName
{
background-color: #694DDD;
}
</style>
border-color css
<style>
span { border-color: #694DDD; }
span { border-color: rgb(105,77,221); }
td.TdClassName
{
border-color: #694DDD;
}
.TagClassName
{
border-color: #694DDD;
}
</style>