Shades of Medium Slate Blue #665FFC
Tints of Medium Slate Blue #665FFC
RGB
CMYK
RGB Variations
Color information
#665FFC (or 0x665FFC) is known color: Medium Slate Blue. HEX triplet: 66, 5F and FC. RGB value is (102,95,252). Sum of RGB (Red+Green+Blue) = 102+95+252=449 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.72% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #665FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665FFC is #99A003. Grayscale: #727272. Windows color (decimal): -10067972 or 16539494. OLE color: 16539494.
HSL color Cylindrical-coordinate representation of color #665FFC: hue angle of 242.68º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #665FFC is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 95 | 252 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.01 |
| HSL | 242.68º | 0.96% | 0.68% | - |
| HSV(B) | 242.68º | 0.62% | 0.99% | - |
| XYZ | 27.14 | 18.04 | 94.15 | - |
| YUV | 114.99 | 205.32 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 252 | 0.60 | 0.62 | 0 | 0.01 | 242.68 | 0.96 | 0.68 |
| Hex | 66 | 5F | FC | 3C | 3E | 0 | 1 | F3 | 60 | 44 |
| Octal | 146 | 137 | 374 | 74 | 76 | 0 | 1 | 363 | 140 | 104 |
| Binary | 1100110 | 1011111 | 11111100 | 111100 | 111110 | 0 | 1 | 11110011 | 1100000 | 1000100 |
Color Harmonies of #665FFC
Complementary color
Monochromatic Colors of #665FFC
Black with #665FFC
Text Example
Text Example
White with #665FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665FFC; }
p { color: rgb(102,95,252); }
H1.HeaderClassName
{
color: #665FFC;
}
.AnyTagClassName
{
color: #665FFC;
}
</style>
background-color css
<style>
a { background-color: #665FFC; }
a { background-color: rgb(102,95,252); }
div.DivClassName
{
background-color: #665FFC;
}
.BgClassName
{
background-color: #665FFC;
}
</style>
border-color css
<style>
span { border-color: #665FFC; }
span { border-color: rgb(102,95,252); }
td.TdClassName
{
border-color: #665FFC;
}
.TagClassName
{
border-color: #665FFC;
}
</style>