Shades of Slate Blue #694CDC
Tints of Slate Blue #694CDC
RGB
CMYK
RGB Variations
Color information
#694CDC (or 0x694CDC) is known color: Slate Blue. HEX triplet: 69, 4C and DC. RGB value is (105,76,220). Sum of RGB (Red+Green+Blue) = 105+76+220=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #694CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694CDC is #96B323. Grayscale: #646464. Windows color (decimal): -9876260 or 14437481. OLE color: 14437481.
HSL color Cylindrical-coordinate representation of color #694CDC: hue angle of 252.08º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #694CDC is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 76 | 220 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.14 |
| HSL | 252.08º | 0.67% | 0.58% | - |
| HSV(B) | 252.08º | 0.65% | 0.86% | - |
| XYZ | 21.33 | 13.34 | 69.16 | - |
| YUV | 101.09 | 195.11 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 220 | 0.52 | 0.65 | 0 | 0.14 | 252.08 | 0.67 | 0.58 |
| Hex | 69 | 4C | DC | 34 | 41 | 0 | E | FC | 43 | 3A |
| Octal | 151 | 114 | 334 | 64 | 101 | 0 | 16 | 374 | 103 | 72 |
| Binary | 1101001 | 1001100 | 11011100 | 110100 | 1000001 | 0 | 1110 | 11111100 | 1000011 | 111010 |
Color Harmonies of #694CDC
Complementary color
Monochromatic Colors of #694CDC
Black with #694CDC
Text Example
Text Example
White with #694CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694CDC; }
p { color: rgb(105,76,220); }
H1.HeaderClassName
{
color: #694CDC;
}
.AnyTagClassName
{
color: #694CDC;
}
</style>
background-color css
<style>
a { background-color: #694CDC; }
a { background-color: rgb(105,76,220); }
div.DivClassName
{
background-color: #694CDC;
}
.BgClassName
{
background-color: #694CDC;
}
</style>
border-color css
<style>
span { border-color: #694CDC; }
span { border-color: rgb(105,76,220); }
td.TdClassName
{
border-color: #694CDC;
}
.TagClassName
{
border-color: #694CDC;
}
</style>