Shades of Slate Blue #694CE6
Tints of Slate Blue #694CE6
RGB
CMYK
RGB Variations
Color information
#694CE6 (or 0x694CE6) is known color: Slate Blue. HEX triplet: 69, 4C and E6. RGB value is (105,76,230). Sum of RGB (Red+Green+Blue) = 105+76+230=411 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.55% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 230 (90.23% from 255 or 55.96% from 411); Max value from RGB is 230 - color contains mainly: blue. Hex color #694CE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #694CE6 is #96B319. Grayscale: #656565. Windows color (decimal): -9876250 or 15092841. OLE color: 15092841.
HSL color Cylindrical-coordinate representation of color #694CE6: hue angle of 251.3º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #694CE6 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 76 | 230 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.10 |
| HSL | 251.3º | 0.75% | 0.6% | - |
| HSV(B) | 251.3º | 0.67% | 0.9% | - |
| XYZ | 22.69 | 13.89 | 76.35 | - |
| YUV | 102.23 | 200.11 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 230 | 0.54 | 0.67 | 0 | 0.10 | 251.3 | 0.75 | 0.6 |
| Hex | 69 | 4C | E6 | 36 | 43 | 0 | A | FB | 4B | 3C |
| Octal | 151 | 114 | 346 | 66 | 103 | 0 | 12 | 373 | 113 | 74 |
| Binary | 1101001 | 1001100 | 11100110 | 110110 | 1000011 | 0 | 1010 | 11111011 | 1001011 | 111100 |
Color Harmonies of #694CE6
Complementary color
Monochromatic Colors of #694CE6
Black with #694CE6
Text Example
Text Example
White with #694CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694CE6; }
p { color: rgb(105,76,230); }
H1.HeaderClassName
{
color: #694CE6;
}
.AnyTagClassName
{
color: #694CE6;
}
</style>
background-color css
<style>
a { background-color: #694CE6; }
a { background-color: rgb(105,76,230); }
div.DivClassName
{
background-color: #694CE6;
}
.BgClassName
{
background-color: #694CE6;
}
</style>
border-color css
<style>
span { border-color: #694CE6; }
span { border-color: rgb(105,76,230); }
td.TdClassName
{
border-color: #694CE6;
}
.TagClassName
{
border-color: #694CE6;
}
</style>