Shades of Slate Blue #694BEB
Tints of Slate Blue #694BEB
RGB
CMYK
RGB Variations
Color information
#694BEB (or 0x694BEB) is known color: Slate Blue. HEX triplet: 69, 4B and EB. RGB value is (105,75,235). Sum of RGB (Red+Green+Blue) = 105+75+235=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #694BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #694BEB is #96B414. Grayscale: #656565. Windows color (decimal): -9876501 or 15420265. OLE color: 15420265.
HSL color Cylindrical-coordinate representation of color #694BEB: hue angle of 251.25º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #694BEB is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 75 | 235 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.08 |
| HSL | 251.25º | 0.8% | 0.61% | - |
| HSV(B) | 251.25º | 0.68% | 0.92% | - |
| XYZ | 23.34 | 14.03 | 80.08 | - |
| YUV | 102.21 | 202.94 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 235 | 0.55 | 0.68 | 0 | 0.08 | 251.25 | 0.8 | 0.61 |
| Hex | 69 | 4B | EB | 37 | 44 | 0 | 8 | FB | 50 | 3D |
| Octal | 151 | 113 | 353 | 67 | 104 | 0 | 10 | 373 | 120 | 75 |
| Binary | 1101001 | 1001011 | 11101011 | 110111 | 1000100 | 0 | 1000 | 11111011 | 1010000 | 111101 |
Color Harmonies of #694BEB
Complementary color
Monochromatic Colors of #694BEB
Black with #694BEB
Text Example
Text Example
White with #694BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694BEB; }
p { color: rgb(105,75,235); }
H1.HeaderClassName
{
color: #694BEB;
}
.AnyTagClassName
{
color: #694BEB;
}
</style>
background-color css
<style>
a { background-color: #694BEB; }
a { background-color: rgb(105,75,235); }
div.DivClassName
{
background-color: #694BEB;
}
.BgClassName
{
background-color: #694BEB;
}
</style>
border-color css
<style>
span { border-color: #694BEB; }
span { border-color: rgb(105,75,235); }
td.TdClassName
{
border-color: #694BEB;
}
.TagClassName
{
border-color: #694BEB;
}
</style>