Shades of Slate Blue #694ECC
Tints of Slate Blue #694ECC
RGB
CMYK
RGB Variations
Color information
#694ECC (or 0x694ECC) is known color: Slate Blue. HEX triplet: 69, 4E and CC. RGB value is (105,78,204). Sum of RGB (Red+Green+Blue) = 105+78+204=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #694ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694ECC is #96B133. Grayscale: #636363. Windows color (decimal): -9875764 or 13389417. OLE color: 13389417.
HSL color Cylindrical-coordinate representation of color #694ECC: hue angle of 252.86º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #694ECC is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 78 | 204 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.2 |
| HSL | 252.86º | 0.55% | 0.55% | - |
| HSV(B) | 252.86º | 0.62% | 0.8% | - |
| XYZ | 19.45 | 12.81 | 58.57 | - |
| YUV | 100.44 | 186.45 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 204 | 0.49 | 0.62 | 0 | 0.2 | 252.86 | 0.55 | 0.55 |
| Hex | 69 | 4E | CC | 31 | 3E | 0 | 14 | FD | 37 | 37 |
| Octal | 151 | 116 | 314 | 61 | 76 | 0 | 24 | 375 | 67 | 67 |
| Binary | 1101001 | 1001110 | 11001100 | 110001 | 111110 | 0 | 10100 | 11111101 | 110111 | 110111 |
Color Harmonies of #694ECC
Complementary color
Monochromatic Colors of #694ECC
Black with #694ECC
Text Example
Text Example
White with #694ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694ECC; }
p { color: rgb(105,78,204); }
H1.HeaderClassName
{
color: #694ECC;
}
.AnyTagClassName
{
color: #694ECC;
}
</style>
background-color css
<style>
a { background-color: #694ECC; }
a { background-color: rgb(105,78,204); }
div.DivClassName
{
background-color: #694ECC;
}
.BgClassName
{
background-color: #694ECC;
}
</style>
border-color css
<style>
span { border-color: #694ECC; }
span { border-color: rgb(105,78,204); }
td.TdClassName
{
border-color: #694ECC;
}
.TagClassName
{
border-color: #694ECC;
}
</style>