Shades of Slate Blue #694EC0
Tints of Slate Blue #694EC0
RGB
CMYK
RGB Variations
Color information
#694EC0 (or 0x694EC0) is known color: Slate Blue. HEX triplet: 69, 4E and C0. RGB value is (105,78,192). Sum of RGB (Red+Green+Blue) = 105+78+192=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #694EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694EC0 is #96B13F. Grayscale: #626262. Windows color (decimal): -9875776 or 12602985. OLE color: 12602985.
HSL color Cylindrical-coordinate representation of color #694EC0: hue angle of 254.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #694EC0 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 78 | 192 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.25 |
| HSL | 254.21º | 0.48% | 0.53% | - |
| HSV(B) | 254.21º | 0.59% | 0.75% | - |
| XYZ | 18.06 | 12.26 | 51.28 | - |
| YUV | 99.07 | 180.45 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 192 | 0.45 | 0.59 | 0 | 0.25 | 254.21 | 0.48 | 0.53 |
| Hex | 69 | 4E | C0 | 2D | 3B | 0 | 19 | FE | 30 | 35 |
| Octal | 151 | 116 | 300 | 55 | 73 | 0 | 31 | 376 | 60 | 65 |
| Binary | 1101001 | 1001110 | 11000000 | 101101 | 111011 | 0 | 11001 | 11111110 | 110000 | 110101 |
Color Harmonies of #694EC0
Complementary color
Monochromatic Colors of #694EC0
Black with #694EC0
Text Example
Text Example
White with #694EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694EC0; }
p { color: rgb(105,78,192); }
H1.HeaderClassName
{
color: #694EC0;
}
.AnyTagClassName
{
color: #694EC0;
}
</style>
background-color css
<style>
a { background-color: #694EC0; }
a { background-color: rgb(105,78,192); }
div.DivClassName
{
background-color: #694EC0;
}
.BgClassName
{
background-color: #694EC0;
}
</style>
border-color css
<style>
span { border-color: #694EC0; }
span { border-color: rgb(105,78,192); }
td.TdClassName
{
border-color: #694EC0;
}
.TagClassName
{
border-color: #694EC0;
}
</style>