Shades of Medium Slate Blue #6476FE
Tints of Medium Slate Blue #6476FE
RGB
CMYK
RGB Variations
Color information
#6476FE (or 0x6476FE) is known color: Medium Slate Blue. HEX triplet: 64, 76 and FE. RGB value is (100,118,254). Sum of RGB (Red+Green+Blue) = 100+118+254=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #6476FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6476FE is #9B8901. Grayscale: #7F7F7F. Windows color (decimal): -10193154 or 16676452. OLE color: 16676452.
HSL color Cylindrical-coordinate representation of color #6476FE: hue angle of 232.99º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6476FE is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 118 | 254 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.00 |
| HSL | 232.99º | 0.99% | 0.69% | - |
| HSV(B) | 232.99º | 0.61% | 1% | - |
| XYZ | 29.62 | 22.82 | 96.61 | - |
| YUV | 128.12 | 199.04 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 118 | 254 | 0.61 | 0.54 | 0 | 0.00 | 232.99 | 0.99 | 0.69 |
| Hex | 64 | 76 | FE | 3D | 36 | 0 | 0 | E9 | 63 | 45 |
| Octal | 144 | 166 | 376 | 75 | 66 | 0 | 0 | 351 | 143 | 105 |
| Binary | 1100100 | 1110110 | 11111110 | 111101 | 110110 | 0 | 0 | 11101001 | 1100011 | 1000101 |
Color Harmonies of #6476FE
Complementary color
Monochromatic Colors of #6476FE
Black with #6476FE
Text Example
Text Example
White with #6476FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6476FE; }
p { color: rgb(100,118,254); }
H1.HeaderClassName
{
color: #6476FE;
}
.AnyTagClassName
{
color: #6476FE;
}
</style>
background-color css
<style>
a { background-color: #6476FE; }
a { background-color: rgb(100,118,254); }
div.DivClassName
{
background-color: #6476FE;
}
.BgClassName
{
background-color: #6476FE;
}
</style>
border-color css
<style>
span { border-color: #6476FE; }
span { border-color: rgb(100,118,254); }
td.TdClassName
{
border-color: #6476FE;
}
.TagClassName
{
border-color: #6476FE;
}
</style>