Shades of Medium Slate Blue #6C78EB
Tints of Medium Slate Blue #6C78EB
RGB
CMYK
RGB Variations
Color information
#6C78EB (or 0x6C78EB) is known color: Medium Slate Blue. HEX triplet: 6C, 78 and EB. RGB value is (108,120,235). Sum of RGB (Red+Green+Blue) = 108+120+235=463 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.33% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C78EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C78EB is #938714. Grayscale: #818181. Windows color (decimal): -9668373 or 15431788. OLE color: 15431788.
HSL color Cylindrical-coordinate representation of color #6C78EB: hue angle of 234.33º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C78EB is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 120 | 235 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.08 |
| HSL | 234.33º | 0.76% | 0.67% | - |
| HSV(B) | 234.33º | 0.54% | 0.92% | - |
| XYZ | 27.9 | 22.62 | 81.49 | - |
| YUV | 129.52 | 187.52 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 120 | 235 | 0.54 | 0.49 | 0 | 0.08 | 234.33 | 0.76 | 0.67 |
| Hex | 6C | 78 | EB | 36 | 31 | 0 | 8 | EA | 4C | 43 |
| Octal | 154 | 170 | 353 | 66 | 61 | 0 | 10 | 352 | 114 | 103 |
| Binary | 1101100 | 1111000 | 11101011 | 110110 | 110001 | 0 | 1000 | 11101010 | 1001100 | 1000011 |
Color Harmonies of #6C78EB
Complementary color
Monochromatic Colors of #6C78EB
Black with #6C78EB
Text Example
Text Example
White with #6C78EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C78EB; }
p { color: rgb(108,120,235); }
H1.HeaderClassName
{
color: #6C78EB;
}
.AnyTagClassName
{
color: #6C78EB;
}
</style>
background-color css
<style>
a { background-color: #6C78EB; }
a { background-color: rgb(108,120,235); }
div.DivClassName
{
background-color: #6C78EB;
}
.BgClassName
{
background-color: #6C78EB;
}
</style>
border-color css
<style>
span { border-color: #6C78EB; }
span { border-color: rgb(108,120,235); }
td.TdClassName
{
border-color: #6C78EB;
}
.TagClassName
{
border-color: #6C78EB;
}
</style>