Shades of Slate Blue #694ACE
Tints of Slate Blue #694ACE
RGB
CMYK
RGB Variations
Color information
#694ACE (or 0x694ACE) is known color: Slate Blue. HEX triplet: 69, 4A and CE. RGB value is (105,74,206). Sum of RGB (Red+Green+Blue) = 105+74+206=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #694ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694ACE is #96B531. Grayscale: #616161. Windows color (decimal): -9876786 or 13519465. OLE color: 13519465.
HSL color Cylindrical-coordinate representation of color #694ACE: hue angle of 254.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #694ACE is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 74 | 206 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.19 |
| HSL | 254.09º | 0.57% | 0.55% | - |
| HSV(B) | 254.09º | 0.64% | 0.81% | - |
| XYZ | 19.42 | 12.36 | 59.75 | - |
| YUV | 98.32 | 188.77 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 206 | 0.49 | 0.64 | 0 | 0.19 | 254.09 | 0.57 | 0.55 |
| Hex | 69 | 4A | CE | 31 | 40 | 0 | 13 | FE | 39 | 37 |
| Octal | 151 | 112 | 316 | 61 | 100 | 0 | 23 | 376 | 71 | 67 |
| Binary | 1101001 | 1001010 | 11001110 | 110001 | 1000000 | 0 | 10011 | 11111110 | 111001 | 110111 |
Color Harmonies of #694ACE
Complementary color
Monochromatic Colors of #694ACE
Black with #694ACE
Text Example
Text Example
White with #694ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694ACE; }
p { color: rgb(105,74,206); }
H1.HeaderClassName
{
color: #694ACE;
}
.AnyTagClassName
{
color: #694ACE;
}
</style>
background-color css
<style>
a { background-color: #694ACE; }
a { background-color: rgb(105,74,206); }
div.DivClassName
{
background-color: #694ACE;
}
.BgClassName
{
background-color: #694ACE;
}
</style>
border-color css
<style>
span { border-color: #694ACE; }
span { border-color: rgb(105,74,206); }
td.TdClassName
{
border-color: #694ACE;
}
.TagClassName
{
border-color: #694ACE;
}
</style>