Shades of Medium Slate Blue #6469FA
Tints of Medium Slate Blue #6469FA
RGB
CMYK
RGB Variations
Color information
#6469FA (or 0x6469FA) is known color: Medium Slate Blue. HEX triplet: 64, 69 and FA. RGB value is (100,105,250). Sum of RGB (Red+Green+Blue) = 100+105+250=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #6469FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6469FA is #9B9605. Grayscale: #777777. Windows color (decimal): -10196486 or 16410980. OLE color: 16410980.
HSL color Cylindrical-coordinate representation of color #6469FA: hue angle of 238º degrees, saturation: 0.94, 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 #6469FA is Cyan = 0.6, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 105 | 250 | - |
| CMYK | 0.6 | 0.58 | 0 | 0.02 |
| HSL | 238º | 0.94% | 0.69% | - |
| HSV(B) | 238º | 0.6% | 0.98% | - |
| XYZ | 27.56 | 19.71 | 92.8 | - |
| YUV | 120.04 | 201.34 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 105 | 250 | 0.6 | 0.58 | 0 | 0.02 | 238 | 0.94 | 0.69 |
| Hex | 64 | 69 | FA | 3C | 3A | 0 | 2 | EE | 5E | 45 |
| Octal | 144 | 151 | 372 | 74 | 72 | 0 | 2 | 356 | 136 | 105 |
| Binary | 1100100 | 1101001 | 11111010 | 111100 | 111010 | 0 | 10 | 11101110 | 1011110 | 1000101 |
Color Harmonies of #6469FA
Complementary color
Monochromatic Colors of #6469FA
Black with #6469FA
Text Example
Text Example
White with #6469FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6469FA; }
p { color: rgb(100,105,250); }
H1.HeaderClassName
{
color: #6469FA;
}
.AnyTagClassName
{
color: #6469FA;
}
</style>
background-color css
<style>
a { background-color: #6469FA; }
a { background-color: rgb(100,105,250); }
div.DivClassName
{
background-color: #6469FA;
}
.BgClassName
{
background-color: #6469FA;
}
</style>
border-color css
<style>
span { border-color: #6469FA; }
span { border-color: rgb(100,105,250); }
td.TdClassName
{
border-color: #6469FA;
}
.TagClassName
{
border-color: #6469FA;
}
</style>