Shades of Medium Slate Blue #6C7AF9
Tints of Medium Slate Blue #6C7AF9
RGB
CMYK
RGB Variations
Color information
#6C7AF9 (or 0x6C7AF9) is known color: Medium Slate Blue. HEX triplet: 6C, 7A and F9. RGB value is (108,122,249). Sum of RGB (Red+Green+Blue) = 108+122+249=479 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.55% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 249 (97.66% from 255 or 51.98% from 479); Max value from RGB is 249 - color contains mainly: blue. Hex color #6C7AF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7AF9 is #938506. Grayscale: #838383. Windows color (decimal): -9667847 or 16349804. OLE color: 16349804.
HSL color Cylindrical-coordinate representation of color #6C7AF9: hue angle of 234.04º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C7AF9 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 122 | 249 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.02 |
| HSL | 234.04º | 0.92% | 0.7% | - |
| HSV(B) | 234.04º | 0.57% | 0.98% | - |
| XYZ | 30.24 | 23.95 | 92.65 | - |
| YUV | 132.29 | 193.86 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 122 | 249 | 0.57 | 0.51 | 0 | 0.02 | 234.04 | 0.92 | 0.7 |
| Hex | 6C | 7A | F9 | 39 | 33 | 0 | 2 | EA | 5C | 46 |
| Octal | 154 | 172 | 371 | 71 | 63 | 0 | 2 | 352 | 134 | 106 |
| Binary | 1101100 | 1111010 | 11111001 | 111001 | 110011 | 0 | 10 | 11101010 | 1011100 | 1000110 |
Color Harmonies of #6C7AF9
Complementary color
Monochromatic Colors of #6C7AF9
Black with #6C7AF9
Text Example
Text Example
White with #6C7AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7AF9; }
p { color: rgb(108,122,249); }
H1.HeaderClassName
{
color: #6C7AF9;
}
.AnyTagClassName
{
color: #6C7AF9;
}
</style>
background-color css
<style>
a { background-color: #6C7AF9; }
a { background-color: rgb(108,122,249); }
div.DivClassName
{
background-color: #6C7AF9;
}
.BgClassName
{
background-color: #6C7AF9;
}
</style>
border-color css
<style>
span { border-color: #6C7AF9; }
span { border-color: rgb(108,122,249); }
td.TdClassName
{
border-color: #6C7AF9;
}
.TagClassName
{
border-color: #6C7AF9;
}
</style>