Shades of Medium Slate Blue #6469FE
Tints of Medium Slate Blue #6469FE
RGB
CMYK
RGB Variations
Color information
#6469FE (or 0x6469FE) is known color: Medium Slate Blue. HEX triplet: 64, 69 and FE. RGB value is (100,105,254). Sum of RGB (Red+Green+Blue) = 100+105+254=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #6469FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6469FE is #9B9601. Grayscale: #777777. Windows color (decimal): -10196482 or 16673124. OLE color: 16673124.
HSL color Cylindrical-coordinate representation of color #6469FE: hue angle of 238.05º 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 #6469FE is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 105 | 254 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.00 |
| HSL | 238.05º | 0.99% | 0.69% | - |
| HSV(B) | 238.05º | 0.61% | 1% | - |
| XYZ | 28.2 | 19.97 | 96.13 | - |
| YUV | 120.49 | 203.34 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 105 | 254 | 0.61 | 0.59 | 0 | 0.00 | 238.05 | 0.99 | 0.69 |
| Hex | 64 | 69 | FE | 3D | 3B | 0 | 0 | EE | 63 | 45 |
| Octal | 144 | 151 | 376 | 75 | 73 | 0 | 0 | 356 | 143 | 105 |
| Binary | 1100100 | 1101001 | 11111110 | 111101 | 111011 | 0 | 0 | 11101110 | 1100011 | 1000101 |
Color Harmonies of #6469FE
Complementary color
Monochromatic Colors of #6469FE
Black with #6469FE
Text Example
Text Example
White with #6469FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6469FE; }
p { color: rgb(100,105,254); }
H1.HeaderClassName
{
color: #6469FE;
}
.AnyTagClassName
{
color: #6469FE;
}
</style>
background-color css
<style>
a { background-color: #6469FE; }
a { background-color: rgb(100,105,254); }
div.DivClassName
{
background-color: #6469FE;
}
.BgClassName
{
background-color: #6469FE;
}
</style>
border-color css
<style>
span { border-color: #6469FE; }
span { border-color: rgb(100,105,254); }
td.TdClassName
{
border-color: #6469FE;
}
.TagClassName
{
border-color: #6469FE;
}
</style>