Shades of Medium Slate Blue #6375FF
Tints of Medium Slate Blue #6375FF
RGB
CMYK
RGB Variations
Color information
#6375FF (or 0x6375FF) is known color: Medium Slate Blue. HEX triplet: 63, 75 and FF. RGB value is (99,117,255). Sum of RGB (Red+Green+Blue) = 99+117+255=471 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.02% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #6375FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6375FF is #9C8A00. Grayscale: #7E7E7E. Windows color (decimal): -10258945 or 16741731. OLE color: 16741731.
HSL color Cylindrical-coordinate representation of color #6375FF: hue angle of 233.08º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6375FF is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 117 | 255 | - |
| CMYK | 0.61 | 0.54 | 0 | 0 |
| HSL | 233.08º | 1% | 0.69% | - |
| HSV(B) | 233.08º | 0.61% | 1% | - |
| XYZ | 29.56 | 22.6 | 97.41 | - |
| YUV | 127.35 | 200.04 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 117 | 255 | 0.61 | 0.54 | 0 | 0 | 233.08 | 1 | 0.69 |
| Hex | 63 | 75 | FF | 3D | 36 | 0 | 0 | E9 | 64 | 45 |
| Octal | 143 | 165 | 377 | 75 | 66 | 0 | 0 | 351 | 144 | 105 |
| Binary | 1100011 | 1110101 | 11111111 | 111101 | 110110 | 0 | 0 | 11101001 | 1100100 | 1000101 |
Color Harmonies of #6375FF
Complementary color
Monochromatic Colors of #6375FF
Black with #6375FF
Text Example
Text Example
White with #6375FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6375FF; }
p { color: rgb(99,117,255); }
H1.HeaderClassName
{
color: #6375FF;
}
.AnyTagClassName
{
color: #6375FF;
}
</style>
background-color css
<style>
a { background-color: #6375FF; }
a { background-color: rgb(99,117,255); }
div.DivClassName
{
background-color: #6375FF;
}
.BgClassName
{
background-color: #6375FF;
}
</style>
border-color css
<style>
span { border-color: #6375FF; }
span { border-color: rgb(99,117,255); }
td.TdClassName
{
border-color: #6375FF;
}
.TagClassName
{
border-color: #6375FF;
}
</style>