Shades of Medium Slate Blue #6672DE
Tints of Medium Slate Blue #6672DE
RGB
CMYK
RGB Variations
Color information
#6672DE (or 0x6672DE) is known color: Medium Slate Blue. HEX triplet: 66, 72 and DE. RGB value is (102,114,222). Sum of RGB (Red+Green+Blue) = 102+114+222=438 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.29% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #6672DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6672DE is #998D21. Grayscale: #7A7A7A. Windows color (decimal): -10063138 or 14578278. OLE color: 14578278.
HSL color Cylindrical-coordinate representation of color #6672DE: hue angle of 234º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6672DE is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 114 | 222 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.13 |
| HSL | 234º | 0.65% | 0.64% | - |
| HSV(B) | 234º | 0.54% | 0.87% | - |
| XYZ | 24.68 | 20.13 | 71.69 | - |
| YUV | 122.72 | 184.02 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 114 | 222 | 0.54 | 0.49 | 0 | 0.13 | 234 | 0.65 | 0.64 |
| Hex | 66 | 72 | DE | 36 | 31 | 0 | D | EA | 41 | 40 |
| Octal | 146 | 162 | 336 | 66 | 61 | 0 | 15 | 352 | 101 | 100 |
| Binary | 1100110 | 1110010 | 11011110 | 110110 | 110001 | 0 | 1101 | 11101010 | 1000001 | 1000000 |
Color Harmonies of #6672DE
Complementary color
Monochromatic Colors of #6672DE
Black with #6672DE
Text Example
Text Example
White with #6672DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6672DE; }
p { color: rgb(102,114,222); }
H1.HeaderClassName
{
color: #6672DE;
}
.AnyTagClassName
{
color: #6672DE;
}
</style>
background-color css
<style>
a { background-color: #6672DE; }
a { background-color: rgb(102,114,222); }
div.DivClassName
{
background-color: #6672DE;
}
.BgClassName
{
background-color: #6672DE;
}
</style>
border-color css
<style>
span { border-color: #6672DE; }
span { border-color: rgb(102,114,222); }
td.TdClassName
{
border-color: #6672DE;
}
.TagClassName
{
border-color: #6672DE;
}
</style>