Shades of Slate Blue #694EE8
Tints of Slate Blue #694EE8
RGB
CMYK
RGB Variations
Color information
#694EE8 (or 0x694EE8) is known color: Slate Blue. HEX triplet: 69, 4E and E8. RGB value is (105,78,232). Sum of RGB (Red+Green+Blue) = 105+78+232=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 232 (91.02% from 255 or 55.90% from 415); Max value from RGB is 232 - color contains mainly: blue. Hex color #694EE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #694EE8 is #96B117. Grayscale: #676767. Windows color (decimal): -9875736 or 15224425. OLE color: 15224425.
HSL color Cylindrical-coordinate representation of color #694EE8: hue angle of 250.52º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #694EE8 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 78 | 232 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.09 |
| HSL | 250.52º | 0.77% | 0.61% | - |
| HSV(B) | 250.52º | 0.66% | 0.91% | - |
| XYZ | 23.12 | 14.28 | 77.88 | - |
| YUV | 103.63 | 200.45 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 232 | 0.55 | 0.66 | 0 | 0.09 | 250.52 | 0.77 | 0.61 |
| Hex | 69 | 4E | E8 | 37 | 42 | 0 | 9 | FB | 4D | 3D |
| Octal | 151 | 116 | 350 | 67 | 102 | 0 | 11 | 373 | 115 | 75 |
| Binary | 1101001 | 1001110 | 11101000 | 110111 | 1000010 | 0 | 1001 | 11111011 | 1001101 | 111101 |
Color Harmonies of #694EE8
Complementary color
Monochromatic Colors of #694EE8
Black with #694EE8
Text Example
Text Example
White with #694EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694EE8; }
p { color: rgb(105,78,232); }
H1.HeaderClassName
{
color: #694EE8;
}
.AnyTagClassName
{
color: #694EE8;
}
</style>
background-color css
<style>
a { background-color: #694EE8; }
a { background-color: rgb(105,78,232); }
div.DivClassName
{
background-color: #694EE8;
}
.BgClassName
{
background-color: #694EE8;
}
</style>
border-color css
<style>
span { border-color: #694EE8; }
span { border-color: rgb(105,78,232); }
td.TdClassName
{
border-color: #694EE8;
}
.TagClassName
{
border-color: #694EE8;
}
</style>