Shades of Slate Blue #694BCE
Tints of Slate Blue #694BCE
RGB
CMYK
RGB Variations
Color information
#694BCE (or 0x694BCE) is known color: Slate Blue. HEX triplet: 69, 4B and CE. RGB value is (105,75,206). Sum of RGB (Red+Green+Blue) = 105+75+206=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #694BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694BCE is #96B431. Grayscale: #626262. Windows color (decimal): -9876530 or 13519721. OLE color: 13519721.
HSL color Cylindrical-coordinate representation of color #694BCE: hue angle of 253.74º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #694BCE is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 75 | 206 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.19 |
| HSL | 253.74º | 0.57% | 0.55% | - |
| HSV(B) | 253.74º | 0.64% | 0.81% | - |
| XYZ | 19.48 | 12.49 | 59.78 | - |
| YUV | 98.9 | 188.44 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 206 | 0.49 | 0.64 | 0 | 0.19 | 253.74 | 0.57 | 0.55 |
| Hex | 69 | 4B | CE | 31 | 40 | 0 | 13 | FE | 39 | 37 |
| Octal | 151 | 113 | 316 | 61 | 100 | 0 | 23 | 376 | 71 | 67 |
| Binary | 1101001 | 1001011 | 11001110 | 110001 | 1000000 | 0 | 10011 | 11111110 | 111001 | 110111 |
Color Harmonies of #694BCE
Complementary color
Monochromatic Colors of #694BCE
Black with #694BCE
Text Example
Text Example
White with #694BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694BCE; }
p { color: rgb(105,75,206); }
H1.HeaderClassName
{
color: #694BCE;
}
.AnyTagClassName
{
color: #694BCE;
}
</style>
background-color css
<style>
a { background-color: #694BCE; }
a { background-color: rgb(105,75,206); }
div.DivClassName
{
background-color: #694BCE;
}
.BgClassName
{
background-color: #694BCE;
}
</style>
border-color css
<style>
span { border-color: #694BCE; }
span { border-color: rgb(105,75,206); }
td.TdClassName
{
border-color: #694BCE;
}
.TagClassName
{
border-color: #694BCE;
}
</style>