Shades of Medium Slate Blue #6466FB
Tints of Medium Slate Blue #6466FB
RGB
CMYK
RGB Variations
Color information
#6466FB (or 0x6466FB) is known color: Medium Slate Blue. HEX triplet: 64, 66 and FB. RGB value is (100,102,251). Sum of RGB (Red+Green+Blue) = 100+102+251=453 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.08% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #6466FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6466FB is #9B9904. Grayscale: #757575. Windows color (decimal): -10197253 or 16475748. OLE color: 16475748.
HSL color Cylindrical-coordinate representation of color #6466FB: hue angle of 239.21º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6466FB is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 102 | 251 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.02 |
| HSL | 239.21º | 0.95% | 0.69% | - |
| HSV(B) | 239.21º | 0.6% | 0.98% | - |
| XYZ | 27.42 | 19.18 | 93.52 | - |
| YUV | 118.39 | 202.84 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 251 | 0.60 | 0.59 | 0 | 0.02 | 239.21 | 0.95 | 0.69 |
| Hex | 64 | 66 | FB | 3C | 3B | 0 | 2 | EF | 5F | 45 |
| Octal | 144 | 146 | 373 | 74 | 73 | 0 | 2 | 357 | 137 | 105 |
| Binary | 1100100 | 1100110 | 11111011 | 111100 | 111011 | 0 | 10 | 11101111 | 1011111 | 1000101 |
Color Harmonies of #6466FB
Complementary color
Monochromatic Colors of #6466FB
Black with #6466FB
Text Example
Text Example
White with #6466FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6466FB; }
p { color: rgb(100,102,251); }
H1.HeaderClassName
{
color: #6466FB;
}
.AnyTagClassName
{
color: #6466FB;
}
</style>
background-color css
<style>
a { background-color: #6466FB; }
a { background-color: rgb(100,102,251); }
div.DivClassName
{
background-color: #6466FB;
}
.BgClassName
{
background-color: #6466FB;
}
</style>
border-color css
<style>
span { border-color: #6466FB; }
span { border-color: rgb(100,102,251); }
td.TdClassName
{
border-color: #6466FB;
}
.TagClassName
{
border-color: #6466FB;
}
</style>