Shades of Medium Slate Blue #6775DC
Tints of Medium Slate Blue #6775DC
RGB
CMYK
RGB Variations
Color information
#6775DC (or 0x6775DC) is known color: Medium Slate Blue. HEX triplet: 67, 75 and DC. RGB value is (103,117,220). Sum of RGB (Red+Green+Blue) = 103+117+220=440 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.41% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #6775DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6775DC is #988A23. Grayscale: #7C7C7C. Windows color (decimal): -9996836 or 14447975. OLE color: 14447975.
HSL color Cylindrical-coordinate representation of color #6775DC: hue angle of 232.82º degrees, saturation: 0.63, 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 #6775DC is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 117 | 220 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.14 |
| HSL | 232.82º | 0.63% | 0.63% | - |
| HSV(B) | 232.82º | 0.53% | 0.86% | - |
| XYZ | 24.87 | 20.77 | 70.41 | - |
| YUV | 124.56 | 181.86 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 117 | 220 | 0.53 | 0.47 | 0 | 0.14 | 232.82 | 0.63 | 0.63 |
| Hex | 67 | 75 | DC | 35 | 2F | 0 | E | E9 | 3F | 3F |
| Octal | 147 | 165 | 334 | 65 | 57 | 0 | 16 | 351 | 77 | 77 |
| Binary | 1100111 | 1110101 | 11011100 | 110101 | 101111 | 0 | 1110 | 11101001 | 111111 | 111111 |
Color Harmonies of #6775DC
Complementary color
Monochromatic Colors of #6775DC
Black with #6775DC
Text Example
Text Example
White with #6775DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6775DC; }
p { color: rgb(103,117,220); }
H1.HeaderClassName
{
color: #6775DC;
}
.AnyTagClassName
{
color: #6775DC;
}
</style>
background-color css
<style>
a { background-color: #6775DC; }
a { background-color: rgb(103,117,220); }
div.DivClassName
{
background-color: #6775DC;
}
.BgClassName
{
background-color: #6775DC;
}
</style>
border-color css
<style>
span { border-color: #6775DC; }
span { border-color: rgb(103,117,220); }
td.TdClassName
{
border-color: #6775DC;
}
.TagClassName
{
border-color: #6775DC;
}
</style>