Shades of Slate Blue #694BDA
Tints of Slate Blue #694BDA
RGB
CMYK
RGB Variations
Color information
#694BDA (or 0x694BDA) is known color: Slate Blue. HEX triplet: 69, 4B and DA. RGB value is (105,75,218). Sum of RGB (Red+Green+Blue) = 105+75+218=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #694BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694BDA is #96B425. Grayscale: #636363. Windows color (decimal): -9876518 or 14306153. OLE color: 14306153.
HSL color Cylindrical-coordinate representation of color #694BDA: hue angle of 252.59º degrees, saturation: 0.66, 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 #694BDA is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 75 | 218 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.15 |
| HSL | 252.59º | 0.66% | 0.57% | - |
| HSV(B) | 252.59º | 0.66% | 0.85% | - |
| XYZ | 21 | 13.1 | 67.75 | - |
| YUV | 100.27 | 194.44 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 218 | 0.52 | 0.66 | 0 | 0.15 | 252.59 | 0.66 | 0.57 |
| Hex | 69 | 4B | DA | 34 | 42 | 0 | F | FD | 42 | 39 |
| Octal | 151 | 113 | 332 | 64 | 102 | 0 | 17 | 375 | 102 | 71 |
| Binary | 1101001 | 1001011 | 11011010 | 110100 | 1000010 | 0 | 1111 | 11111101 | 1000010 | 111001 |
Color Harmonies of #694BDA
Complementary color
Monochromatic Colors of #694BDA
Black with #694BDA
Text Example
Text Example
White with #694BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694BDA; }
p { color: rgb(105,75,218); }
H1.HeaderClassName
{
color: #694BDA;
}
.AnyTagClassName
{
color: #694BDA;
}
</style>
background-color css
<style>
a { background-color: #694BDA; }
a { background-color: rgb(105,75,218); }
div.DivClassName
{
background-color: #694BDA;
}
.BgClassName
{
background-color: #694BDA;
}
</style>
border-color css
<style>
span { border-color: #694BDA; }
span { border-color: rgb(105,75,218); }
td.TdClassName
{
border-color: #694BDA;
}
.TagClassName
{
border-color: #694BDA;
}
</style>