Shades of Medium Slate Blue #6777DB
Tints of Medium Slate Blue #6777DB
RGB
CMYK
RGB Variations
Color information
#6777DB (or 0x6777DB) is known color: Medium Slate Blue. HEX triplet: 67, 77 and DB. RGB value is (103,119,219). Sum of RGB (Red+Green+Blue) = 103+119+219=441 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.36% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #6777DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6777DB is #988824. Grayscale: #7D7D7D. Windows color (decimal): -9996325 or 14382951. OLE color: 14382951.
HSL color Cylindrical-coordinate representation of color #6777DB: hue angle of 231.72º 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 #6777DB is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 119 | 219 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.14 |
| HSL | 231.72º | 0.62% | 0.63% | - |
| HSV(B) | 231.72º | 0.53% | 0.86% | - |
| XYZ | 24.98 | 21.19 | 69.79 | - |
| YUV | 125.62 | 180.7 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 119 | 219 | 0.53 | 0.46 | 0 | 0.14 | 231.72 | 0.62 | 0.63 |
| Hex | 67 | 77 | DB | 35 | 2E | 0 | E | E8 | 3E | 3F |
| Octal | 147 | 167 | 333 | 65 | 56 | 0 | 16 | 350 | 76 | 77 |
| Binary | 1100111 | 1110111 | 11011011 | 110101 | 101110 | 0 | 1110 | 11101000 | 111110 | 111111 |
Color Harmonies of #6777DB
Complementary color
Monochromatic Colors of #6777DB
Black with #6777DB
Text Example
Text Example
White with #6777DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6777DB; }
p { color: rgb(103,119,219); }
H1.HeaderClassName
{
color: #6777DB;
}
.AnyTagClassName
{
color: #6777DB;
}
</style>
background-color css
<style>
a { background-color: #6777DB; }
a { background-color: rgb(103,119,219); }
div.DivClassName
{
background-color: #6777DB;
}
.BgClassName
{
background-color: #6777DB;
}
</style>
border-color css
<style>
span { border-color: #6777DB; }
span { border-color: rgb(103,119,219); }
td.TdClassName
{
border-color: #6777DB;
}
.TagClassName
{
border-color: #6777DB;
}
</style>