Shades of Medium Slate Blue #6660FF
Tints of Medium Slate Blue #6660FF
RGB
CMYK
RGB Variations
Color information
#6660FF (or 0x6660FF) is known color: Medium Slate Blue. HEX triplet: 66, 60 and FF. RGB value is (102,96,255). Sum of RGB (Red+Green+Blue) = 102+96+255=453 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.52% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #6660FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6660FF is #999F00. Grayscale: #737373. Windows color (decimal): -10067713 or 16736358. OLE color: 16736358.
HSL color Cylindrical-coordinate representation of color #6660FF: hue angle of 242.26º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6660FF is Cyan = 0.6, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 96 | 255 | - |
| CMYK | 0.6 | 0.62 | 0 | 0 |
| HSL | 242.26º | 1% | 0.69% | - |
| HSV(B) | 242.26º | 0.62% | 1% | - |
| XYZ | 27.71 | 18.41 | 96.7 | - |
| YUV | 115.92 | 206.49 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 255 | 0.6 | 0.62 | 0 | 0 | 242.26 | 1 | 0.69 |
| Hex | 66 | 60 | FF | 3C | 3E | 0 | 0 | F2 | 64 | 45 |
| Octal | 146 | 140 | 377 | 74 | 76 | 0 | 0 | 362 | 144 | 105 |
| Binary | 1100110 | 1100000 | 11111111 | 111100 | 111110 | 0 | 0 | 11110010 | 1100100 | 1000101 |
Color Harmonies of #6660FF
Complementary color
Monochromatic Colors of #6660FF
Black with #6660FF
Text Example
Text Example
White with #6660FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6660FF; }
p { color: rgb(102,96,255); }
H1.HeaderClassName
{
color: #6660FF;
}
.AnyTagClassName
{
color: #6660FF;
}
</style>
background-color css
<style>
a { background-color: #6660FF; }
a { background-color: rgb(102,96,255); }
div.DivClassName
{
background-color: #6660FF;
}
.BgClassName
{
background-color: #6660FF;
}
</style>
border-color css
<style>
span { border-color: #6660FF; }
span { border-color: rgb(102,96,255); }
td.TdClassName
{
border-color: #6660FF;
}
.TagClassName
{
border-color: #6660FF;
}
</style>