Shades of Slate Blue #694EE5
Tints of Slate Blue #694EE5
RGB
CMYK
RGB Variations
Color information
#694EE5 (or 0x694EE5) is known color: Slate Blue. HEX triplet: 69, 4E and E5. RGB value is (105,78,229). Sum of RGB (Red+Green+Blue) = 105+78+229=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 229 (89.84% from 255 or 55.58% from 412); Max value from RGB is 229 - color contains mainly: blue. Hex color #694EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694EE5 is #96B11A. Grayscale: #666666. Windows color (decimal): -9875739 or 15027817. OLE color: 15027817.
HSL color Cylindrical-coordinate representation of color #694EE5: hue angle of 250.73º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #694EE5 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 78 | 229 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.10 |
| HSL | 250.73º | 0.74% | 0.6% | - |
| HSV(B) | 250.73º | 0.66% | 0.9% | - |
| XYZ | 22.69 | 14.11 | 75.66 | - |
| YUV | 103.29 | 198.95 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 229 | 0.54 | 0.66 | 0 | 0.10 | 250.73 | 0.74 | 0.6 |
| Hex | 69 | 4E | E5 | 36 | 42 | 0 | A | FB | 4A | 3C |
| Octal | 151 | 116 | 345 | 66 | 102 | 0 | 12 | 373 | 112 | 74 |
| Binary | 1101001 | 1001110 | 11100101 | 110110 | 1000010 | 0 | 1010 | 11111011 | 1001010 | 111100 |
Color Harmonies of #694EE5
Complementary color
Monochromatic Colors of #694EE5
Black with #694EE5
Text Example
Text Example
White with #694EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694EE5; }
p { color: rgb(105,78,229); }
H1.HeaderClassName
{
color: #694EE5;
}
.AnyTagClassName
{
color: #694EE5;
}
</style>
background-color css
<style>
a { background-color: #694EE5; }
a { background-color: rgb(105,78,229); }
div.DivClassName
{
background-color: #694EE5;
}
.BgClassName
{
background-color: #694EE5;
}
</style>
border-color css
<style>
span { border-color: #694EE5; }
span { border-color: rgb(105,78,229); }
td.TdClassName
{
border-color: #694EE5;
}
.TagClassName
{
border-color: #694EE5;
}
</style>