Shades of Slate Blue #694CDA
Tints of Slate Blue #694CDA
RGB
CMYK
RGB Variations
Color information
#694CDA (or 0x694CDA) is known color: Slate Blue. HEX triplet: 69, 4C and DA. RGB value is (105,76,218). Sum of RGB (Red+Green+Blue) = 105+76+218=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #694CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694CDA is #96B325. Grayscale: #646464. Windows color (decimal): -9876262 or 14306409. OLE color: 14306409.
HSL color Cylindrical-coordinate representation of color #694CDA: hue angle of 252.25º 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 #694CDA is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 76 | 218 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.15 |
| HSL | 252.25º | 0.66% | 0.58% | - |
| HSV(B) | 252.25º | 0.65% | 0.85% | - |
| XYZ | 21.07 | 13.23 | 67.77 | - |
| YUV | 100.86 | 194.11 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 218 | 0.52 | 0.65 | 0 | 0.15 | 252.25 | 0.66 | 0.58 |
| Hex | 69 | 4C | DA | 34 | 41 | 0 | F | FC | 42 | 3A |
| Octal | 151 | 114 | 332 | 64 | 101 | 0 | 17 | 374 | 102 | 72 |
| Binary | 1101001 | 1001100 | 11011010 | 110100 | 1000001 | 0 | 1111 | 11111100 | 1000010 | 111010 |
Color Harmonies of #694CDA
Complementary color
Monochromatic Colors of #694CDA
Black with #694CDA
Text Example
Text Example
White with #694CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694CDA; }
p { color: rgb(105,76,218); }
H1.HeaderClassName
{
color: #694CDA;
}
.AnyTagClassName
{
color: #694CDA;
}
</style>
background-color css
<style>
a { background-color: #694CDA; }
a { background-color: rgb(105,76,218); }
div.DivClassName
{
background-color: #694CDA;
}
.BgClassName
{
background-color: #694CDA;
}
</style>
border-color css
<style>
span { border-color: #694CDA; }
span { border-color: rgb(105,76,218); }
td.TdClassName
{
border-color: #694CDA;
}
.TagClassName
{
border-color: #694CDA;
}
</style>