Shades of Medium Slate Blue #6672EB
Tints of Medium Slate Blue #6672EB
RGB
CMYK
RGB Variations
Color information
#6672EB (or 0x6672EB) is known color: Medium Slate Blue. HEX triplet: 66, 72 and EB. RGB value is (102,114,235). Sum of RGB (Red+Green+Blue) = 102+114+235=451 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.62% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #6672EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6672EB is #998D14. Grayscale: #7B7B7B. Windows color (decimal): -10063125 or 15430246. OLE color: 15430246.
HSL color Cylindrical-coordinate representation of color #6672EB: hue angle of 234.59º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6672EB is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 114 | 235 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.08 |
| HSL | 234.59º | 0.77% | 0.66% | - |
| HSV(B) | 234.59º | 0.57% | 0.92% | - |
| XYZ | 26.49 | 20.86 | 81.23 | - |
| YUV | 124.21 | 190.52 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 114 | 235 | 0.57 | 0.51 | 0 | 0.08 | 234.59 | 0.77 | 0.66 |
| Hex | 66 | 72 | EB | 39 | 33 | 0 | 8 | EB | 4D | 42 |
| Octal | 146 | 162 | 353 | 71 | 63 | 0 | 10 | 353 | 115 | 102 |
| Binary | 1100110 | 1110010 | 11101011 | 111001 | 110011 | 0 | 1000 | 11101011 | 1001101 | 1000010 |
Color Harmonies of #6672EB
Complementary color
Monochromatic Colors of #6672EB
Black with #6672EB
Text Example
Text Example
White with #6672EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6672EB; }
p { color: rgb(102,114,235); }
H1.HeaderClassName
{
color: #6672EB;
}
.AnyTagClassName
{
color: #6672EB;
}
</style>
background-color css
<style>
a { background-color: #6672EB; }
a { background-color: rgb(102,114,235); }
div.DivClassName
{
background-color: #6672EB;
}
.BgClassName
{
background-color: #6672EB;
}
</style>
border-color css
<style>
span { border-color: #6672EB; }
span { border-color: rgb(102,114,235); }
td.TdClassName
{
border-color: #6672EB;
}
.TagClassName
{
border-color: #6672EB;
}
</style>