Shades of Slate Blue #694DCE
Tints of Slate Blue #694DCE
RGB
CMYK
RGB Variations
Color information
#694DCE (or 0x694DCE) is known color: Slate Blue. HEX triplet: 69, 4D and CE. RGB value is (105,77,206). Sum of RGB (Red+Green+Blue) = 105+77+206=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #694DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694DCE is #96B231. Grayscale: #636363. Windows color (decimal): -9876018 or 13520233. OLE color: 13520233.
HSL color Cylindrical-coordinate representation of color #694DCE: hue angle of 253.02º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #694DCE is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 77 | 206 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.19 |
| HSL | 253.02º | 0.57% | 0.55% | - |
| HSV(B) | 253.02º | 0.63% | 0.81% | - |
| XYZ | 19.62 | 12.77 | 59.82 | - |
| YUV | 100.08 | 187.78 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 206 | 0.49 | 0.63 | 0 | 0.19 | 253.02 | 0.57 | 0.55 |
| Hex | 69 | 4D | CE | 31 | 3F | 0 | 13 | FD | 39 | 37 |
| Octal | 151 | 115 | 316 | 61 | 77 | 0 | 23 | 375 | 71 | 67 |
| Binary | 1101001 | 1001101 | 11001110 | 110001 | 111111 | 0 | 10011 | 11111101 | 111001 | 110111 |
Color Harmonies of #694DCE
Complementary color
Monochromatic Colors of #694DCE
Black with #694DCE
Text Example
Text Example
White with #694DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694DCE; }
p { color: rgb(105,77,206); }
H1.HeaderClassName
{
color: #694DCE;
}
.AnyTagClassName
{
color: #694DCE;
}
</style>
background-color css
<style>
a { background-color: #694DCE; }
a { background-color: rgb(105,77,206); }
div.DivClassName
{
background-color: #694DCE;
}
.BgClassName
{
background-color: #694DCE;
}
</style>
border-color css
<style>
span { border-color: #694DCE; }
span { border-color: rgb(105,77,206); }
td.TdClassName
{
border-color: #694DCE;
}
.TagClassName
{
border-color: #694DCE;
}
</style>