Shades of Medium Slate Blue #694CEE
Tints of Medium Slate Blue #694CEE
RGB
CMYK
RGB Variations
Color information
#694CEE (or 0x694CEE) is known color: Medium Slate Blue. HEX triplet: 69, 4C and EE. RGB value is (105,76,238). Sum of RGB (Red+Green+Blue) = 105+76+238=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 238 (93.36% from 255 or 56.80% from 419); Max value from RGB is 238 - color contains mainly: blue. Hex color #694CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #694CEE is #96B311. Grayscale: #666666. Windows color (decimal): -9876242 or 15617129. OLE color: 15617129.
HSL color Cylindrical-coordinate representation of color #694CEE: hue angle of 250.74º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #694CEE is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 76 | 238 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.07 |
| HSL | 250.74º | 0.83% | 0.62% | - |
| HSV(B) | 250.74º | 0.68% | 0.93% | - |
| XYZ | 23.84 | 14.35 | 82.4 | - |
| YUV | 103.14 | 204.11 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 238 | 0.56 | 0.68 | 0 | 0.07 | 250.74 | 0.83 | 0.62 |
| Hex | 69 | 4C | EE | 38 | 44 | 0 | 7 | FB | 53 | 3E |
| Octal | 151 | 114 | 356 | 70 | 104 | 0 | 7 | 373 | 123 | 76 |
| Binary | 1101001 | 1001100 | 11101110 | 111000 | 1000100 | 0 | 111 | 11111011 | 1010011 | 111110 |
Color Harmonies of #694CEE
Complementary color
Monochromatic Colors of #694CEE
Black with #694CEE
Text Example
Text Example
White with #694CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694CEE; }
p { color: rgb(105,76,238); }
H1.HeaderClassName
{
color: #694CEE;
}
.AnyTagClassName
{
color: #694CEE;
}
</style>
background-color css
<style>
a { background-color: #694CEE; }
a { background-color: rgb(105,76,238); }
div.DivClassName
{
background-color: #694CEE;
}
.BgClassName
{
background-color: #694CEE;
}
</style>
border-color css
<style>
span { border-color: #694CEE; }
span { border-color: rgb(105,76,238); }
td.TdClassName
{
border-color: #694CEE;
}
.TagClassName
{
border-color: #694CEE;
}
</style>