Shades of Medium Slate Blue #6266FD
Tints of Medium Slate Blue #6266FD
RGB
CMYK
RGB Variations
Color information
#6266FD (or 0x6266FD) is known color: Medium Slate Blue. HEX triplet: 62, 66 and FD. RGB value is (98,102,253). Sum of RGB (Red+Green+Blue) = 98+102+253=453 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.63% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #6266FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6266FD is #9D9902. Grayscale: #757575. Windows color (decimal): -10328323 or 16606818. OLE color: 16606818.
HSL color Cylindrical-coordinate representation of color #6266FD: hue angle of 238.45º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6266FD is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 102 | 253 | - |
| CMYK | 0.61 | 0.60 | 0 | 0.01 |
| HSL | 238.45º | 0.97% | 0.69% | - |
| HSV(B) | 238.45º | 0.61% | 0.99% | - |
| XYZ | 27.52 | 19.19 | 95.18 | - |
| YUV | 118.02 | 204.17 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 102 | 253 | 0.61 | 0.60 | 0 | 0.01 | 238.45 | 0.97 | 0.69 |
| Hex | 62 | 66 | FD | 3D | 3C | 0 | 1 | EE | 61 | 45 |
| Octal | 142 | 146 | 375 | 75 | 74 | 0 | 1 | 356 | 141 | 105 |
| Binary | 1100010 | 1100110 | 11111101 | 111101 | 111100 | 0 | 1 | 11101110 | 1100001 | 1000101 |
Color Harmonies of #6266FD
Complementary color
Monochromatic Colors of #6266FD
Black with #6266FD
Text Example
Text Example
White with #6266FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6266FD; }
p { color: rgb(98,102,253); }
H1.HeaderClassName
{
color: #6266FD;
}
.AnyTagClassName
{
color: #6266FD;
}
</style>
background-color css
<style>
a { background-color: #6266FD; }
a { background-color: rgb(98,102,253); }
div.DivClassName
{
background-color: #6266FD;
}
.BgClassName
{
background-color: #6266FD;
}
</style>
border-color css
<style>
span { border-color: #6266FD; }
span { border-color: rgb(98,102,253); }
td.TdClassName
{
border-color: #6266FD;
}
.TagClassName
{
border-color: #6266FD;
}
</style>