Shades of Slate Blue #694CE9
Tints of Slate Blue #694CE9
RGB
CMYK
RGB Variations
Color information
#694CE9 (or 0x694CE9) is known color: Slate Blue. HEX triplet: 69, 4C and E9. RGB value is (105,76,233). Sum of RGB (Red+Green+Blue) = 105+76+233=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 233 (91.41% from 255 or 56.28% from 414); Max value from RGB is 233 - color contains mainly: blue. Hex color #694CE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #694CE9 is #96B316. Grayscale: #656565. Windows color (decimal): -9876247 or 15289449. OLE color: 15289449.
HSL color Cylindrical-coordinate representation of color #694CE9: hue angle of 251.08º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #694CE9 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 76 | 233 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.09 |
| HSL | 251.08º | 0.78% | 0.61% | - |
| HSV(B) | 251.08º | 0.67% | 0.91% | - |
| XYZ | 23.12 | 14.06 | 78.59 | - |
| YUV | 102.57 | 201.61 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 233 | 0.55 | 0.67 | 0 | 0.09 | 251.08 | 0.78 | 0.61 |
| Hex | 69 | 4C | E9 | 37 | 43 | 0 | 9 | FB | 4E | 3D |
| Octal | 151 | 114 | 351 | 67 | 103 | 0 | 11 | 373 | 116 | 75 |
| Binary | 1101001 | 1001100 | 11101001 | 110111 | 1000011 | 0 | 1001 | 11111011 | 1001110 | 111101 |
Color Harmonies of #694CE9
Complementary color
Monochromatic Colors of #694CE9
Black with #694CE9
Text Example
Text Example
White with #694CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694CE9; }
p { color: rgb(105,76,233); }
H1.HeaderClassName
{
color: #694CE9;
}
.AnyTagClassName
{
color: #694CE9;
}
</style>
background-color css
<style>
a { background-color: #694CE9; }
a { background-color: rgb(105,76,233); }
div.DivClassName
{
background-color: #694CE9;
}
.BgClassName
{
background-color: #694CE9;
}
</style>
border-color css
<style>
span { border-color: #694CE9; }
span { border-color: rgb(105,76,233); }
td.TdClassName
{
border-color: #694CE9;
}
.TagClassName
{
border-color: #694CE9;
}
</style>