Shades of Slate Blue #694ADE
Tints of Slate Blue #694ADE
RGB
CMYK
RGB Variations
Color information
#694ADE (or 0x694ADE) is known color: Slate Blue. HEX triplet: 69, 4A and DE. RGB value is (105,74,222). Sum of RGB (Red+Green+Blue) = 105+74+222=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #694ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694ADE is #96B521. Grayscale: #636363. Windows color (decimal): -9876770 or 14568041. OLE color: 14568041.
HSL color Cylindrical-coordinate representation of color #694ADE: hue angle of 252.57º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #694ADE is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 74 | 222 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.13 |
| HSL | 252.57º | 0.69% | 0.58% | - |
| HSV(B) | 252.57º | 0.67% | 0.87% | - |
| XYZ | 21.46 | 13.17 | 70.52 | - |
| YUV | 100.14 | 196.77 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 222 | 0.53 | 0.67 | 0 | 0.13 | 252.57 | 0.69 | 0.58 |
| Hex | 69 | 4A | DE | 35 | 43 | 0 | D | FD | 45 | 3A |
| Octal | 151 | 112 | 336 | 65 | 103 | 0 | 15 | 375 | 105 | 72 |
| Binary | 1101001 | 1001010 | 11011110 | 110101 | 1000011 | 0 | 1101 | 11111101 | 1000101 | 111010 |
Color Harmonies of #694ADE
Complementary color
Monochromatic Colors of #694ADE
Black with #694ADE
Text Example
Text Example
White with #694ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694ADE; }
p { color: rgb(105,74,222); }
H1.HeaderClassName
{
color: #694ADE;
}
.AnyTagClassName
{
color: #694ADE;
}
</style>
background-color css
<style>
a { background-color: #694ADE; }
a { background-color: rgb(105,74,222); }
div.DivClassName
{
background-color: #694ADE;
}
.BgClassName
{
background-color: #694ADE;
}
</style>
border-color css
<style>
span { border-color: #694ADE; }
span { border-color: rgb(105,74,222); }
td.TdClassName
{
border-color: #694ADE;
}
.TagClassName
{
border-color: #694ADE;
}
</style>