Shades of Medium Slate Blue #6772DD
Tints of Medium Slate Blue #6772DD
RGB
CMYK
RGB Variations
Color information
#6772DD (or 0x6772DD) is known color: Medium Slate Blue. HEX triplet: 67, 72 and DD. RGB value is (103,114,221). Sum of RGB (Red+Green+Blue) = 103+114+221=438 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.52% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #6772DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6772DD is #988D22. Grayscale: #7A7A7A. Windows color (decimal): -9997603 or 14512743. OLE color: 14512743.
HSL color Cylindrical-coordinate representation of color #6772DD: hue angle of 234.41º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6772DD is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 114 | 221 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.13 |
| HSL | 234.41º | 0.63% | 0.64% | - |
| HSV(B) | 234.41º | 0.53% | 0.87% | - |
| XYZ | 24.66 | 20.14 | 70.99 | - |
| YUV | 122.91 | 183.36 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 114 | 221 | 0.53 | 0.48 | 0 | 0.13 | 234.41 | 0.63 | 0.64 |
| Hex | 67 | 72 | DD | 35 | 30 | 0 | D | EA | 3F | 40 |
| Octal | 147 | 162 | 335 | 65 | 60 | 0 | 15 | 352 | 77 | 100 |
| Binary | 1100111 | 1110010 | 11011101 | 110101 | 110000 | 0 | 1101 | 11101010 | 111111 | 1000000 |
Color Harmonies of #6772DD
Complementary color
Monochromatic Colors of #6772DD
Black with #6772DD
Text Example
Text Example
White with #6772DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6772DD; }
p { color: rgb(103,114,221); }
H1.HeaderClassName
{
color: #6772DD;
}
.AnyTagClassName
{
color: #6772DD;
}
</style>
background-color css
<style>
a { background-color: #6772DD; }
a { background-color: rgb(103,114,221); }
div.DivClassName
{
background-color: #6772DD;
}
.BgClassName
{
background-color: #6772DD;
}
</style>
border-color css
<style>
span { border-color: #6772DD; }
span { border-color: rgb(103,114,221); }
td.TdClassName
{
border-color: #6772DD;
}
.TagClassName
{
border-color: #6772DD;
}
</style>