Shades of Slate Blue #694AC5
Tints of Slate Blue #694AC5
RGB
CMYK
RGB Variations
Color information
#694AC5 (or 0x694AC5) is known color: Slate Blue. HEX triplet: 69, 4A and C5. RGB value is (105,74,197). Sum of RGB (Red+Green+Blue) = 105+74+197=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 197 (77.34% from 255 or 52.39% from 376); Max value from RGB is 197 - color contains mainly: blue. Hex color #694AC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694AC5 is #96B53A. Grayscale: #606060. Windows color (decimal): -9876795 or 12929641. OLE color: 12929641.
HSL color Cylindrical-coordinate representation of color #694AC5: hue angle of 255.12º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #694AC5 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 74 | 197 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.23 |
| HSL | 255.12º | 0.51% | 0.53% | - |
| HSV(B) | 255.12º | 0.62% | 0.77% | - |
| XYZ | 18.35 | 11.93 | 54.16 | - |
| YUV | 97.29 | 184.27 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 197 | 0.47 | 0.62 | 0 | 0.23 | 255.12 | 0.51 | 0.53 |
| Hex | 69 | 4A | C5 | 2F | 3E | 0 | 17 | FF | 33 | 35 |
| Octal | 151 | 112 | 305 | 57 | 76 | 0 | 27 | 377 | 63 | 65 |
| Binary | 1101001 | 1001010 | 11000101 | 101111 | 111110 | 0 | 10111 | 11111111 | 110011 | 110101 |
Color Harmonies of #694AC5
Complementary color
Monochromatic Colors of #694AC5
Black with #694AC5
Text Example
Text Example
White with #694AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694AC5; }
p { color: rgb(105,74,197); }
H1.HeaderClassName
{
color: #694AC5;
}
.AnyTagClassName
{
color: #694AC5;
}
</style>
background-color css
<style>
a { background-color: #694AC5; }
a { background-color: rgb(105,74,197); }
div.DivClassName
{
background-color: #694AC5;
}
.BgClassName
{
background-color: #694AC5;
}
</style>
border-color css
<style>
span { border-color: #694AC5; }
span { border-color: rgb(105,74,197); }
td.TdClassName
{
border-color: #694AC5;
}
.TagClassName
{
border-color: #694AC5;
}
</style>