Shades of Medium Slate Blue #6765EE
Tints of Medium Slate Blue #6765EE
RGB
CMYK
RGB Variations
Color information
#6765EE (or 0x6765EE) is known color: Medium Slate Blue. HEX triplet: 67, 65 and EE. RGB value is (103,101,238). Sum of RGB (Red+Green+Blue) = 103+101+238=442 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.30% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #6765EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6765EE is #989A11. Grayscale: #747474. Windows color (decimal): -10000914 or 15623527. OLE color: 15623527.
HSL color Cylindrical-coordinate representation of color #6765EE: hue angle of 240.88º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6765EE is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 101 | 238 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.07 |
| HSL | 240.88º | 0.8% | 0.66% | - |
| HSV(B) | 240.88º | 0.58% | 0.93% | - |
| XYZ | 25.68 | 18.36 | 83.08 | - |
| YUV | 117.22 | 196.16 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 101 | 238 | 0.57 | 0.58 | 0 | 0.07 | 240.88 | 0.8 | 0.66 |
| Hex | 67 | 65 | EE | 39 | 3A | 0 | 7 | F1 | 50 | 42 |
| Octal | 147 | 145 | 356 | 71 | 72 | 0 | 7 | 361 | 120 | 102 |
| Binary | 1100111 | 1100101 | 11101110 | 111001 | 111010 | 0 | 111 | 11110001 | 1010000 | 1000010 |
Color Harmonies of #6765EE
Complementary color
Monochromatic Colors of #6765EE
Black with #6765EE
Text Example
Text Example
White with #6765EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6765EE; }
p { color: rgb(103,101,238); }
H1.HeaderClassName
{
color: #6765EE;
}
.AnyTagClassName
{
color: #6765EE;
}
</style>
background-color css
<style>
a { background-color: #6765EE; }
a { background-color: rgb(103,101,238); }
div.DivClassName
{
background-color: #6765EE;
}
.BgClassName
{
background-color: #6765EE;
}
</style>
border-color css
<style>
span { border-color: #6765EE; }
span { border-color: rgb(103,101,238); }
td.TdClassName
{
border-color: #6765EE;
}
.TagClassName
{
border-color: #6765EE;
}
</style>