Shades of Medium Slate Blue #665AFB
Tints of Medium Slate Blue #665AFB
RGB
CMYK
RGB Variations
Color information
#665AFB (or 0x665AFB) is known color: Medium Slate Blue. HEX triplet: 66, 5A and FB. RGB value is (102,90,251). Sum of RGB (Red+Green+Blue) = 102+90+251=443 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.02% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #665AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665AFB is #99A504. Grayscale: #6F6F6F. Windows color (decimal): -10069253 or 16472678. OLE color: 16472678.
HSL color Cylindrical-coordinate representation of color #665AFB: hue angle of 244.47º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #665AFB is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 90 | 251 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.02 |
| HSL | 244.47º | 0.95% | 0.67% | - |
| HSV(B) | 244.47º | 0.64% | 0.98% | - |
| XYZ | 26.55 | 17.1 | 93.17 | - |
| YUV | 111.94 | 206.48 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 251 | 0.59 | 0.64 | 0 | 0.02 | 244.47 | 0.95 | 0.67 |
| Hex | 66 | 5A | FB | 3B | 40 | 0 | 2 | F4 | 5F | 43 |
| Octal | 146 | 132 | 373 | 73 | 100 | 0 | 2 | 364 | 137 | 103 |
| Binary | 1100110 | 1011010 | 11111011 | 111011 | 1000000 | 0 | 10 | 11110100 | 1011111 | 1000011 |
Color Harmonies of #665AFB
Complementary color
Monochromatic Colors of #665AFB
Black with #665AFB
Text Example
Text Example
White with #665AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665AFB; }
p { color: rgb(102,90,251); }
H1.HeaderClassName
{
color: #665AFB;
}
.AnyTagClassName
{
color: #665AFB;
}
</style>
background-color css
<style>
a { background-color: #665AFB; }
a { background-color: rgb(102,90,251); }
div.DivClassName
{
background-color: #665AFB;
}
.BgClassName
{
background-color: #665AFB;
}
</style>
border-color css
<style>
span { border-color: #665AFB; }
span { border-color: rgb(102,90,251); }
td.TdClassName
{
border-color: #665AFB;
}
.TagClassName
{
border-color: #665AFB;
}
</style>