Shades of Medium Slate Blue #6167FA
Tints of Medium Slate Blue #6167FA
RGB
CMYK
RGB Variations
Color information
#6167FA (or 0x6167FA) is known color: Medium Slate Blue. HEX triplet: 61, 67 and FA. RGB value is (97,103,250). Sum of RGB (Red+Green+Blue) = 97+103+250=450 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.56% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #6167FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6167FA is #9E9805. Grayscale: #757575. Windows color (decimal): -10393606 or 16410465. OLE color: 16410465.
HSL color Cylindrical-coordinate representation of color #6167FA: hue angle of 237.65º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6167FA is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 103 | 250 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.02 |
| HSL | 237.65º | 0.94% | 0.68% | - |
| HSV(B) | 237.65º | 0.61% | 0.98% | - |
| XYZ | 27.04 | 19.14 | 92.71 | - |
| YUV | 117.96 | 202.51 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 103 | 250 | 0.61 | 0.59 | 0 | 0.02 | 237.65 | 0.94 | 0.68 |
| Hex | 61 | 67 | FA | 3D | 3B | 0 | 2 | EE | 5E | 44 |
| Octal | 141 | 147 | 372 | 75 | 73 | 0 | 2 | 356 | 136 | 104 |
| Binary | 1100001 | 1100111 | 11111010 | 111101 | 111011 | 0 | 10 | 11101110 | 1011110 | 1000100 |
Color Harmonies of #6167FA
Complementary color
Monochromatic Colors of #6167FA
Black with #6167FA
Text Example
Text Example
White with #6167FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6167FA; }
p { color: rgb(97,103,250); }
H1.HeaderClassName
{
color: #6167FA;
}
.AnyTagClassName
{
color: #6167FA;
}
</style>
background-color css
<style>
a { background-color: #6167FA; }
a { background-color: rgb(97,103,250); }
div.DivClassName
{
background-color: #6167FA;
}
.BgClassName
{
background-color: #6167FA;
}
</style>
border-color css
<style>
span { border-color: #6167FA; }
span { border-color: rgb(97,103,250); }
td.TdClassName
{
border-color: #6167FA;
}
.TagClassName
{
border-color: #6167FA;
}
</style>