Shades of Medium Slate Blue #6B7AF1
Tints of Medium Slate Blue #6B7AF1
RGB
CMYK
RGB Variations
Color information
#6B7AF1 (or 0x6B7AF1) is known color: Medium Slate Blue. HEX triplet: 6B, 7A and F1. RGB value is (107,122,241). Sum of RGB (Red+Green+Blue) = 107+122+241=470 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.77% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #6B7AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7AF1 is #94850E. Grayscale: #828282. Windows color (decimal): -9733391 or 15825515. OLE color: 15825515.
HSL color Cylindrical-coordinate representation of color #6B7AF1: hue angle of 233.28º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B7AF1 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 122 | 241 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.05 |
| HSL | 233.28º | 0.83% | 0.68% | - |
| HSV(B) | 233.28º | 0.56% | 0.95% | - |
| XYZ | 28.9 | 23.4 | 86.21 | - |
| YUV | 131.08 | 190.03 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 241 | 0.56 | 0.49 | 0 | 0.05 | 233.28 | 0.83 | 0.68 |
| Hex | 6B | 7A | F1 | 38 | 31 | 0 | 5 | E9 | 53 | 44 |
| Octal | 153 | 172 | 361 | 70 | 61 | 0 | 5 | 351 | 123 | 104 |
| Binary | 1101011 | 1111010 | 11110001 | 111000 | 110001 | 0 | 101 | 11101001 | 1010011 | 1000100 |
Color Harmonies of #6B7AF1
Complementary color
Monochromatic Colors of #6B7AF1
Black with #6B7AF1
Text Example
Text Example
White with #6B7AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7AF1; }
p { color: rgb(107,122,241); }
H1.HeaderClassName
{
color: #6B7AF1;
}
.AnyTagClassName
{
color: #6B7AF1;
}
</style>
background-color css
<style>
a { background-color: #6B7AF1; }
a { background-color: rgb(107,122,241); }
div.DivClassName
{
background-color: #6B7AF1;
}
.BgClassName
{
background-color: #6B7AF1;
}
</style>
border-color css
<style>
span { border-color: #6B7AF1; }
span { border-color: rgb(107,122,241); }
td.TdClassName
{
border-color: #6B7AF1;
}
.TagClassName
{
border-color: #6B7AF1;
}
</style>