Shades of Medium Slate Blue #6B7AF3
Tints of Medium Slate Blue #6B7AF3
RGB
CMYK
RGB Variations
Color information
#6B7AF3 (or 0x6B7AF3) is known color: Medium Slate Blue. HEX triplet: 6B, 7A and F3. RGB value is (107,122,243). Sum of RGB (Red+Green+Blue) = 107+122+243=472 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.67% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 243 (95.31% from 255 or 51.48% from 472); Max value from RGB is 243 - color contains mainly: blue. Hex color #6B7AF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7AF3 is #94850C. Grayscale: #828282. Windows color (decimal): -9733389 or 15956587. OLE color: 15956587.
HSL color Cylindrical-coordinate representation of color #6B7AF3: hue angle of 233.38º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B7AF3 is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 122 | 243 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.05 |
| HSL | 233.38º | 0.85% | 0.69% | - |
| HSV(B) | 233.38º | 0.56% | 0.95% | - |
| XYZ | 29.2 | 23.52 | 87.79 | - |
| YUV | 131.31 | 191.03 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 243 | 0.56 | 0.50 | 0 | 0.05 | 233.38 | 0.85 | 0.69 |
| Hex | 6B | 7A | F3 | 38 | 32 | 0 | 5 | E9 | 55 | 45 |
| Octal | 153 | 172 | 363 | 70 | 62 | 0 | 5 | 351 | 125 | 105 |
| Binary | 1101011 | 1111010 | 11110011 | 111000 | 110010 | 0 | 101 | 11101001 | 1010101 | 1000101 |
Color Harmonies of #6B7AF3
Complementary color
Monochromatic Colors of #6B7AF3
Black with #6B7AF3
Text Example
Text Example
White with #6B7AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7AF3; }
p { color: rgb(107,122,243); }
H1.HeaderClassName
{
color: #6B7AF3;
}
.AnyTagClassName
{
color: #6B7AF3;
}
</style>
background-color css
<style>
a { background-color: #6B7AF3; }
a { background-color: rgb(107,122,243); }
div.DivClassName
{
background-color: #6B7AF3;
}
.BgClassName
{
background-color: #6B7AF3;
}
</style>
border-color css
<style>
span { border-color: #6B7AF3; }
span { border-color: rgb(107,122,243); }
td.TdClassName
{
border-color: #6B7AF3;
}
.TagClassName
{
border-color: #6B7AF3;
}
</style>