Shades of Medium Slate Blue #6369FF
Tints of Medium Slate Blue #6369FF
RGB
CMYK
RGB Variations
Color information
#6369FF (or 0x6369FF) is known color: Medium Slate Blue. HEX triplet: 63, 69 and FF. RGB value is (99,105,255). Sum of RGB (Red+Green+Blue) = 99+105+255=459 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.57% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #6369FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6369FF is #9C9600. Grayscale: #777777. Windows color (decimal): -10262017 or 16738659. OLE color: 16738659.
HSL color Cylindrical-coordinate representation of color #6369FF: hue angle of 237.69º 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 #6369FF is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 105 | 255 | - |
| CMYK | 0.61 | 0.59 | 0 | 0 |
| HSL | 237.69º | 1% | 0.69% | - |
| HSV(B) | 237.69º | 0.61% | 1% | - |
| XYZ | 28.25 | 19.98 | 96.97 | - |
| YUV | 120.31 | 204.01 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 105 | 255 | 0.61 | 0.59 | 0 | 0 | 237.69 | 1 | 0.69 |
| Hex | 63 | 69 | FF | 3D | 3B | 0 | 0 | EE | 64 | 45 |
| Octal | 143 | 151 | 377 | 75 | 73 | 0 | 0 | 356 | 144 | 105 |
| Binary | 1100011 | 1101001 | 11111111 | 111101 | 111011 | 0 | 0 | 11101110 | 1100100 | 1000101 |
Color Harmonies of #6369FF
Complementary color
Monochromatic Colors of #6369FF
Black with #6369FF
Text Example
Text Example
White with #6369FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6369FF; }
p { color: rgb(99,105,255); }
H1.HeaderClassName
{
color: #6369FF;
}
.AnyTagClassName
{
color: #6369FF;
}
</style>
background-color css
<style>
a { background-color: #6369FF; }
a { background-color: rgb(99,105,255); }
div.DivClassName
{
background-color: #6369FF;
}
.BgClassName
{
background-color: #6369FF;
}
</style>
border-color css
<style>
span { border-color: #6369FF; }
span { border-color: rgb(99,105,255); }
td.TdClassName
{
border-color: #6369FF;
}
.TagClassName
{
border-color: #6369FF;
}
</style>