Shades of Slate Blue #694EDA
Tints of Slate Blue #694EDA
RGB
CMYK
RGB Variations
Color information
#694EDA (or 0x694EDA) is known color: Slate Blue. HEX triplet: 69, 4E and DA. RGB value is (105,78,218). Sum of RGB (Red+Green+Blue) = 105+78+218=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #694EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694EDA is #96B125. Grayscale: #656565. Windows color (decimal): -9875750 or 14306921. OLE color: 14306921.
HSL color Cylindrical-coordinate representation of color #694EDA: hue angle of 251.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #694EDA is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 78 | 218 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.15 |
| HSL | 251.57º | 0.65% | 0.58% | - |
| HSV(B) | 251.57º | 0.64% | 0.85% | - |
| XYZ | 21.2 | 13.51 | 67.82 | - |
| YUV | 102.03 | 193.45 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 218 | 0.52 | 0.64 | 0 | 0.15 | 251.57 | 0.65 | 0.58 |
| Hex | 69 | 4E | DA | 34 | 40 | 0 | F | FC | 41 | 3A |
| Octal | 151 | 116 | 332 | 64 | 100 | 0 | 17 | 374 | 101 | 72 |
| Binary | 1101001 | 1001110 | 11011010 | 110100 | 1000000 | 0 | 1111 | 11111100 | 1000001 | 111010 |
Color Harmonies of #694EDA
Complementary color
Monochromatic Colors of #694EDA
Black with #694EDA
Text Example
Text Example
White with #694EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694EDA; }
p { color: rgb(105,78,218); }
H1.HeaderClassName
{
color: #694EDA;
}
.AnyTagClassName
{
color: #694EDA;
}
</style>
background-color css
<style>
a { background-color: #694EDA; }
a { background-color: rgb(105,78,218); }
div.DivClassName
{
background-color: #694EDA;
}
.BgClassName
{
background-color: #694EDA;
}
</style>
border-color css
<style>
span { border-color: #694EDA; }
span { border-color: rgb(105,78,218); }
td.TdClassName
{
border-color: #694EDA;
}
.TagClassName
{
border-color: #694EDA;
}
</style>