Shades of Medium Slate Blue #6C61FF
Tints of Medium Slate Blue #6C61FF
RGB
CMYK
RGB Variations
Color information
#6C61FF (or 0x6C61FF) is known color: Medium Slate Blue. HEX triplet: 6C, 61 and FF. RGB value is (108,97,255). Sum of RGB (Red+Green+Blue) = 108+97+255=460 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.48% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C61FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C61FF is #939E00. Grayscale: #757575. Windows color (decimal): -9674241 or 16736620. OLE color: 16736620.
HSL color Cylindrical-coordinate representation of color #6C61FF: hue angle of 244.18º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C61FF is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 97 | 255 | - |
| CMYK | 0.58 | 0.62 | 0 | 0 |
| HSL | 244.18º | 1% | 0.69% | - |
| HSV(B) | 244.18º | 0.62% | 1% | - |
| XYZ | 28.51 | 18.96 | 96.76 | - |
| YUV | 118.3 | 205.14 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 97 | 255 | 0.58 | 0.62 | 0 | 0 | 244.18 | 1 | 0.69 |
| Hex | 6C | 61 | FF | 3A | 3E | 0 | 0 | F4 | 64 | 45 |
| Octal | 154 | 141 | 377 | 72 | 76 | 0 | 0 | 364 | 144 | 105 |
| Binary | 1101100 | 1100001 | 11111111 | 111010 | 111110 | 0 | 0 | 11110100 | 1100100 | 1000101 |
Color Harmonies of #6C61FF
Complementary color
Monochromatic Colors of #6C61FF
Black with #6C61FF
Text Example
Text Example
White with #6C61FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C61FF; }
p { color: rgb(108,97,255); }
H1.HeaderClassName
{
color: #6C61FF;
}
.AnyTagClassName
{
color: #6C61FF;
}
</style>
background-color css
<style>
a { background-color: #6C61FF; }
a { background-color: rgb(108,97,255); }
div.DivClassName
{
background-color: #6C61FF;
}
.BgClassName
{
background-color: #6C61FF;
}
</style>
border-color css
<style>
span { border-color: #6C61FF; }
span { border-color: rgb(108,97,255); }
td.TdClassName
{
border-color: #6C61FF;
}
.TagClassName
{
border-color: #6C61FF;
}
</style>