Shades of Slate Blue #694EE7
Tints of Slate Blue #694EE7
RGB
CMYK
RGB Variations
Color information
#694EE7 (or 0x694EE7) is known color: Slate Blue. HEX triplet: 69, 4E and E7. RGB value is (105,78,231). Sum of RGB (Red+Green+Blue) = 105+78+231=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 231 (90.62% from 255 or 55.80% from 414); Max value from RGB is 231 - color contains mainly: blue. Hex color #694EE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #694EE7 is #96B118. Grayscale: #666666. Windows color (decimal): -9875737 or 15158889. OLE color: 15158889.
HSL color Cylindrical-coordinate representation of color #694EE7: hue angle of 250.59º degrees, saturation: 0.76, 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 #694EE7 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 78 | 231 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.09 |
| HSL | 250.59º | 0.76% | 0.61% | - |
| HSV(B) | 250.59º | 0.66% | 0.91% | - |
| XYZ | 22.97 | 14.22 | 77.14 | - |
| YUV | 103.52 | 199.95 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 231 | 0.55 | 0.66 | 0 | 0.09 | 250.59 | 0.76 | 0.61 |
| Hex | 69 | 4E | E7 | 37 | 42 | 0 | 9 | FB | 4C | 3D |
| Octal | 151 | 116 | 347 | 67 | 102 | 0 | 11 | 373 | 114 | 75 |
| Binary | 1101001 | 1001110 | 11100111 | 110111 | 1000010 | 0 | 1001 | 11111011 | 1001100 | 111101 |
Color Harmonies of #694EE7
Complementary color
Monochromatic Colors of #694EE7
Black with #694EE7
Text Example
Text Example
White with #694EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694EE7; }
p { color: rgb(105,78,231); }
H1.HeaderClassName
{
color: #694EE7;
}
.AnyTagClassName
{
color: #694EE7;
}
</style>
background-color css
<style>
a { background-color: #694EE7; }
a { background-color: rgb(105,78,231); }
div.DivClassName
{
background-color: #694EE7;
}
.BgClassName
{
background-color: #694EE7;
}
</style>
border-color css
<style>
span { border-color: #694EE7; }
span { border-color: rgb(105,78,231); }
td.TdClassName
{
border-color: #694EE7;
}
.TagClassName
{
border-color: #694EE7;
}
</style>