Shades of Medium Slate Blue #6776DB
Tints of Medium Slate Blue #6776DB
RGB
CMYK
RGB Variations
Color information
#6776DB (or 0x6776DB) is known color: Medium Slate Blue. HEX triplet: 67, 76 and DB. RGB value is (103,118,219). Sum of RGB (Red+Green+Blue) = 103+118+219=440 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.41% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #6776DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6776DB is #988924. Grayscale: #7C7C7C. Windows color (decimal): -9996581 or 14382695. OLE color: 14382695.
HSL color Cylindrical-coordinate representation of color #6776DB: hue angle of 232.24º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6776DB is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 118 | 219 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.14 |
| HSL | 232.24º | 0.62% | 0.63% | - |
| HSV(B) | 232.24º | 0.53% | 0.86% | - |
| XYZ | 24.86 | 20.95 | 69.75 | - |
| YUV | 125.03 | 181.03 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 118 | 219 | 0.53 | 0.46 | 0 | 0.14 | 232.24 | 0.62 | 0.63 |
| Hex | 67 | 76 | DB | 35 | 2E | 0 | E | E8 | 3E | 3F |
| Octal | 147 | 166 | 333 | 65 | 56 | 0 | 16 | 350 | 76 | 77 |
| Binary | 1100111 | 1110110 | 11011011 | 110101 | 101110 | 0 | 1110 | 11101000 | 111110 | 111111 |
Color Harmonies of #6776DB
Complementary color
Monochromatic Colors of #6776DB
Black with #6776DB
Text Example
Text Example
White with #6776DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6776DB; }
p { color: rgb(103,118,219); }
H1.HeaderClassName
{
color: #6776DB;
}
.AnyTagClassName
{
color: #6776DB;
}
</style>
background-color css
<style>
a { background-color: #6776DB; }
a { background-color: rgb(103,118,219); }
div.DivClassName
{
background-color: #6776DB;
}
.BgClassName
{
background-color: #6776DB;
}
</style>
border-color css
<style>
span { border-color: #6776DB; }
span { border-color: rgb(103,118,219); }
td.TdClassName
{
border-color: #6776DB;
}
.TagClassName
{
border-color: #6776DB;
}
</style>